mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 12:46:41 +00:00
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"usb": {
|
|
"device_version": "1.0.1"
|
|
},
|
|
"split": {
|
|
"serial": {
|
|
"driver": "usart"
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "A9"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["A1", "A0", "B8", "B13", "B14", "B15", "B9"],
|
|
"rows": ["B5", "B3", "B2", "B1", "B0"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"development_board": "proton_c"
|
|
}
|