forked from mirrors/qmk_firmware
b1ea30ca7c
Co-authored-by: Ryan <fauxpark@gmail.com>
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"usb": {
|
|
"device_version": "1.0.0"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"],
|
|
"rows": ["D4", "D7", "E6", "B4", "B5"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"split": {
|
|
"soft_serial_pin": "D0"
|
|
},
|
|
"ws2812": {
|
|
"pin": "D3"
|
|
},
|
|
"development_board": "promicro"
|
|
}
|