keyboard stuff
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 79 lines 2.8 kB view raw
1{ 2 "keyboard_name": "Janus", 3 "manufacturer": "Steven Karrmann", 4 "url": "https://github.com/skarrmann/janus", 5 "maintainer": "skarrmann", 6 "processor": "RP2040", 7 "bootloader": "rp2040", 8 "diode_direction": "COL2ROW", 9 "matrix_pins": { 10 "cols": ["GP6", "GP7", "GP2", "GP4", "GP3"], 11 "rows": ["GP26", "GP27", "GP28", "GP29"] 12 }, 13 "indicators": { 14 "num_lock": "GP17", 15 "caps_lock": "GP16", 16 "scroll_lock": "GP25", 17 "on_state": 0 18 }, 19 "features": { 20 "bootmagic": true, 21 "extrakey": true, 22 "mousekey": true, 23 "nkro": true 24 }, 25 "split": { 26 "enabled": true, 27 "serial": { 28 "driver": "usart" 29 } 30 }, 31 "community_layouts": [ 32 "split_3x5_2" 33 ], 34 "layouts": { 35 "LAYOUT_split_3x5_2": { 36 "layout": [ 37 {"matrix": [0, 0], "x": 0, "y": 0}, 38 {"matrix": [0, 1], "x": 1, "y": 0}, 39 {"matrix": [0, 2], "x": 2, "y": 0}, 40 {"matrix": [0, 3], "x": 3, "y": 0}, 41 {"matrix": [0, 4], "x": 4, "y": 0}, 42 {"matrix": [4, 4], "x": 6, "y": 0}, 43 {"matrix": [4, 3], "x": 7, "y": 0}, 44 {"matrix": [4, 2], "x": 8, "y": 0}, 45 {"matrix": [4, 1], "x": 9, "y": 0}, 46 {"matrix": [4, 0], "x": 10, "y": 0}, 47 {"matrix": [1, 0], "x": 0, "y": 1}, 48 {"matrix": [1, 1], "x": 1, "y": 1}, 49 {"matrix": [1, 2], "x": 2, "y": 1}, 50 {"matrix": [1, 3], "x": 3, "y": 1}, 51 {"matrix": [1, 4], "x": 4, "y": 1}, 52 {"matrix": [5, 4], "x": 6, "y": 1}, 53 {"matrix": [5, 3], "x": 7, "y": 1}, 54 {"matrix": [5, 2], "x": 8, "y": 1}, 55 {"matrix": [5, 1], "x": 9, "y": 1}, 56 {"matrix": [5, 0], "x": 10, "y": 1}, 57 {"matrix": [2, 0], "x": 0, "y": 2}, 58 {"matrix": [2, 1], "x": 1, "y": 2}, 59 {"matrix": [2, 2], "x": 2, "y": 2}, 60 {"matrix": [2, 3], "x": 3, "y": 2}, 61 {"matrix": [2, 4], "x": 4, "y": 2}, 62 {"matrix": [6, 4], "x": 6, "y": 2}, 63 {"matrix": [6, 3], "x": 7, "y": 2}, 64 {"matrix": [6, 2], "x": 8, "y": 2}, 65 {"matrix": [6, 1], "x": 9, "y": 2}, 66 {"matrix": [6, 0], "x": 10, "y": 2}, 67 {"matrix": [3, 3], "x": 3, "y": 3}, 68 {"matrix": [3, 4], "x": 4, "y": 3}, 69 {"matrix": [7, 4], "x": 6, "y": 3}, 70 {"matrix": [7, 3], "x": 7, "y": 3} 71 ] 72 } 73 }, 74 "usb": { 75 "device_version": "1.0.0", 76 "pid": "0x9A25", 77 "vid": "0xFEED" 78 } 79}