keyboard.json (1522B)
1 { 2 "keyboard_name": "Sticc14", 3 "manufacturer": "u/ergorius", 4 "maintainer": "erkhal", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x0000", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": false, 12 "command": true, 13 "console": true, 14 "extrakey": true, 15 "mousekey": true, 16 "nkro": false 17 }, 18 "qmk": { 19 "locking": { 20 "enabled": true, 21 "resync": true 22 } 23 }, 24 "matrix_pins": { 25 "cols": ["B6", "B2", "B3"], 26 "rows": ["F4", "F5", "F6", "F7", "B1"] 27 }, 28 "diode_direction": "COL2ROW", 29 "processor": "atmega32u4", 30 "bootloader": "caterina", 31 "layouts": { 32 "LAYOUT": { 33 "layout": [ 34 {"matrix": [0, 0], "x": 0, "y": 0}, 35 {"matrix": [0, 1], "x": 1, "y": 0}, 36 {"matrix": [0, 2], "x": 2, "y": 0}, 37 38 {"matrix": [1, 0], "x": 0, "y": 1}, 39 {"matrix": [1, 1], "x": 1, "y": 1}, 40 {"matrix": [1, 2], "x": 2, "y": 1}, 41 42 {"matrix": [2, 0], "x": 0, "y": 2}, 43 {"matrix": [2, 1], "x": 1, "y": 2}, 44 {"matrix": [2, 2], "x": 2, "y": 2}, 45 46 {"matrix": [3, 0], "x": 0, "y": 3}, 47 {"matrix": [3, 1], "x": 1, "y": 3}, 48 {"matrix": [3, 2], "x": 2, "y": 3}, 49 50 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2}, 51 {"matrix": [4, 1], "x": 2, "y": 4} 52 ] 53 } 54 } 55 }