keyboard.json (694B)
1 { 2 "keyboard_name": "Aplx2", 3 "manufacturer": "Aplyard", 4 "maintainer": "Aplyard", 5 "usb": { 6 "vid": "0xE0E0", 7 "pid": "0x0030", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": false, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true 15 }, 16 "matrix_pins": { 17 "cols": ["B5", "D3"], 18 "rows": ["D1"] 19 }, 20 "diode_direction": "COL2ROW", 21 "processor": "atmega32u4", 22 "bootloader": "caterina", 23 "layouts": { 24 "LAYOUT": { 25 "layout": [ 26 {"matrix": [0, 0], "x": 0, "y": 0}, 27 {"matrix": [0, 1], "x": 1, "y": 0} 28 ] 29 } 30 } 31 }