2022-12-30 01:53:31 +01:00
|
|
|
{
|
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
|
|
|
"diode_direction": "COL2ROW",
|
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["D2", "B5", "B4", "E6", "D7"],
|
|
|
|
"rows": ["B1", "B3", "B2", "B6", "F4", "F5", "F6", "F7"]
|
|
|
|
},
|
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"mousekey": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"encoder": true,
|
|
|
|
"oled": true,
|
|
|
|
"rgblight": true,
|
|
|
|
"nkro": true
|
|
|
|
},
|
|
|
|
"rgblight": {
|
|
|
|
"led_count": 1,
|
|
|
|
"layers": {
|
|
|
|
"enabled": true,
|
|
|
|
"max": 3
|
|
|
|
}
|
|
|
|
},
|
2023-04-06 10:00:54 +02:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "D3"
|
|
|
|
},
|
2022-12-30 01:53:31 +01:00
|
|
|
"encoder": {
|
2023-04-16 07:37:24 +02:00
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "C6", "pin_b": "D4"}
|
|
|
|
]
|
2022-12-30 01:53:31 +01:00
|
|
|
},
|
|
|
|
"usb": {
|
|
|
|
"device_version": "1.0.0",
|
|
|
|
"pid": "0x0841",
|
|
|
|
"vid": "0xFEED"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"lto": true
|
|
|
|
}
|
|
|
|
}
|