mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
35 lines
743 B
JSON
35 lines
743 B
JSON
{
|
|
"keyboard_name": "UtholTwo",
|
|
"usb": {
|
|
"device_version": "0.0.2"
|
|
},
|
|
"rgblight": {
|
|
"led_count": 39,
|
|
"default": {
|
|
"hue": 201
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "E6"
|
|
},
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"extrakey": true,
|
|
"mousekey": false,
|
|
"nkro": true,
|
|
"rgblight": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "B5", "B4", "B6", "B2", "B3"],
|
|
"rows": ["B1", "F7", "F6", "F5", "F4"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"processor": "atmega32u4",
|
|
"bootloader": "caterina"
|
|
}
|