mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-01 13:16:50 +06:00
14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"ws2812": {
|
|
"pin": "F0"
|
|
},
|
|
"rgb_matrix": {
|
|
"driver": "custom"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B0", "D5", "B2", "F5", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
|
"rows": ["B1", "B3", "F1", "F6", "F7"]
|
|
},
|
|
"diode_direction": "COL2ROW"
|
|
}
|