keyboard.json (688B)
1 { 2 "keyboard_name": "2% Milk", 3 "manufacturer": "Spaceman", 4 "maintainer": "Spaceman", 5 "usb": { 6 "vid": "0x5342", 7 "pid": "0x3225", 8 "device_version": "0.0.1" 9 }, 10 "rgblight": { 11 "led_count": 1 12 }, 13 "ws2812": { 14 "pin": "B6" 15 }, 16 "development_board": "promicro", 17 "features": { 18 "bootmagic": false, 19 "command": true, 20 "console": true, 21 "extrakey": true, 22 "mousekey": false, 23 "nkro": true, 24 "rgblight": true 25 }, 26 "matrix_pins": { 27 "direct": [ 28 ["D4"], 29 ["C6"] 30 ] 31 }, 32 "layouts": { 33 "LAYOUT": { 34 "layout": [ 35 {"x": 0, "y": 0, "matrix": [0, 0]}, 36 {"x": 0, "y": 1, "matrix": [1, 0]} 37 ] 38 } 39 } 40 }