keyboard.json (618B)
- {
- "keyboard_name": "1K",
- "manufacturer": "MakotoKurauchi",
- "maintainer": "MakotoKurauchi",
- "usb": {
- "vid": "0x0009",
- "pid": "0x0001",
- "device_version": "0.0.1"
- },
- "processor": "attiny85",
- "bootloader": "custom",
- "build": {
- "lto": true
- },
- "features": {
- "grave_esc": false,
- "magic": false,
- "space_cadet": false
- },
- "rgblight": {
- "led_count": 1
- },
- "ws2812": {
- "pin": "B2"
- },
- "matrix_pins": {
- "direct": [
- ["B0"]
- ]
- },
- "layouts": {
- "LAYOUT_ortho_1x1": {
- "layout": [
- {"x": 0, "y": 0, "matrix": [0, 0]}
- ]
- }
- }
- }