keyboard.json (1328B)
1 { 2 "keyboard_name": "MisteRdeck", 3 "manufacturer": "broekema", 4 "url": "https://www.thingiverse.com/thing:4627779", 5 "maintainer": "broekema", 6 "usb": { 7 "vid": "0xBEEF", 8 "pid": "0x6969", 9 "device_version": "0.0.1" 10 }, 11 "processor": "atmega32u4", 12 "bootloader": "caterina", 13 "diode_direction": "ROW2COL", 14 "features": { 15 "bootmagic": false, 16 "console": true, 17 "extrakey": true, 18 "mousekey": true, 19 "nkro": true 20 }, 21 "matrix_pins": { 22 "cols": ["D7", "E6", "B4", "B5"], 23 "rows": ["D1", "D0", "D4"] 24 }, 25 "layouts": { 26 "LAYOUT": { 27 "layout": [ 28 {"matrix": [0, 0], "x": 0, "y": 0}, 29 {"matrix": [0, 1], "x": 1, "y": 0}, 30 {"matrix": [0, 2], "x": 2, "y": 0}, 31 {"matrix": [0, 3], "x": 3, "y": 0}, 32 33 {"matrix": [1, 0], "x": 0, "y": 1}, 34 {"matrix": [1, 1], "x": 1, "y": 1}, 35 {"matrix": [1, 2], "x": 2, "y": 1}, 36 {"matrix": [1, 3], "x": 3, "y": 1}, 37 38 {"matrix": [2, 0], "x": 0, "y": 2}, 39 {"matrix": [2, 1], "x": 1, "y": 2}, 40 {"matrix": [2, 2], "x": 2, "y": 2}, 41 {"matrix": [2, 3], "x": 3, "y": 2} 42 ] 43 } 44 } 45 }