keyboard.json (1144B)
1 { 2 "keyboard_name": "Knops Mini", 3 "manufacturer": "Alltrons IT", 4 "url": "http://www.knops.io/knopsmini.html", 5 "maintainer": "Pawnerd", 6 "usb": { 7 "vid": "0xFEFD", 8 "pid": "0x9460", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "bootmagic": false, 13 "command": true, 14 "console": true, 15 "extrakey": true, 16 "mousekey": true, 17 "nkro": false 18 }, 19 "qmk": { 20 "locking": { 21 "enabled": true, 22 "resync": true 23 } 24 }, 25 "matrix_pins": { 26 "cols": ["F7", "F6", "F5", "F4", "F1", "F0"], 27 "rows": ["D0"] 28 }, 29 "diode_direction": "COL2ROW", 30 "processor": "atmega32u4", 31 "bootloader": "atmel-dfu", 32 "layouts": { 33 "LAYOUT": { 34 "layout": [ 35 {"matrix": [0, 0], "x": 0, "y": 0}, 36 {"matrix": [0, 1], "x": 1, "y": 0}, 37 {"matrix": [0, 2], "x": 2, "y": 0}, 38 39 {"matrix": [0, 3], "x": 0, "y": 1}, 40 {"matrix": [0, 4], "x": 1, "y": 1}, 41 {"matrix": [0, 5], "x": 2, "y": 1} 42 ] 43 } 44 } 45 }