keyboard.json (618B)
1 { 2 "keyboard_name": "1K", 3 "manufacturer": "MakotoKurauchi", 4 "maintainer": "MakotoKurauchi", 5 "usb": { 6 "vid": "0x0009", 7 "pid": "0x0001", 8 "device_version": "0.0.1" 9 }, 10 "processor": "attiny85", 11 "bootloader": "custom", 12 "build": { 13 "lto": true 14 }, 15 "features": { 16 "grave_esc": false, 17 "magic": false, 18 "space_cadet": false 19 }, 20 "rgblight": { 21 "led_count": 1 22 }, 23 "ws2812": { 24 "pin": "B2" 25 }, 26 "matrix_pins": { 27 "direct": [ 28 ["B0"] 29 ] 30 }, 31 "layouts": { 32 "LAYOUT_ortho_1x1": { 33 "layout": [ 34 {"x": 0, "y": 0, "matrix": [0, 0]} 35 ] 36 } 37 } 38 }