keyboard.json (1032B)
1 { 2 "keyboard_name": "rad", 3 "manufacturer": "anubhavd7", 4 "usb": { 5 "vid": "0xFEED", 6 "pid": "0x6060", 7 "device_version": "0.0.1" 8 }, 9 "features": { 10 "bootmagic": true, 11 "extrakey": true, 12 "mousekey": true, 13 "nkro": true 14 }, 15 "matrix_pins": { 16 "cols": ["B5", "B4", "E6"], 17 "rows": ["D7", "C6", "B6", "D0"] 18 }, 19 "diode_direction": "COL2ROW", 20 "bootmagic": { 21 "matrix": [0, 2] 22 }, 23 "processor": "atmega32u4", 24 "bootloader": "caterina", 25 "layouts": { 26 "LAYOUT": { 27 "layout": [ 28 {"matrix": [0, 1], "x": 1, "y": 0}, 29 {"matrix": [0, 2], "x": 2, "y": 0}, 30 31 {"matrix": [1, 0], "x": 0, "y": 1}, 32 {"matrix": [1, 1], "x": 1, "y": 1}, 33 {"matrix": [1, 2], "x": 2, "y": 1}, 34 35 {"matrix": [2, 0], "x": 0, "y": 2}, 36 {"matrix": [2, 1], "x": 1, "y": 2}, 37 {"matrix": [2, 2], "x": 2, "y": 2}, 38 39 {"matrix": [3, 0], "x": 0, "y": 3}, 40 {"matrix": [3, 1], "x": 1, "y": 3}, 41 {"matrix": [3, 2], "x": 2, "y": 3} 42 ] 43 } 44 } 45 }