keyboard.json (937B)
1 { 2 "keyboard_name": "Click Pad V1", 3 "manufacturer": "Copenhagen Click", 4 "url": "http://copenhagenclick.com/ClickPad-V1/", 5 "maintainer": "mini-ninja-64", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0x27DB", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "backlight": true, 13 "bootmagic": false, 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": ["F5"], 26 "rows": ["F7"] 27 }, 28 "diode_direction": "COL2ROW", 29 "backlight": { 30 "pin": "B5", 31 "breathing": true 32 }, 33 "processor": "atmega32u4", 34 "bootloader": "atmel-dfu", 35 "layouts": { 36 "LAYOUT": { 37 "layout": [ 38 {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0} 39 ] 40 } 41 } 42 }