mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 20:26:56 +06:00
035e7fdb8b
by waffle87
22 lines
353 B
JSON
22 lines
353 B
JSON
{
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"development_board": "elite_c",
|
|
"matrix_pins": {
|
|
"cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
|
|
"rows": ["C6", "D7", "E6", "B4", "B5"]
|
|
},
|
|
"split": {
|
|
"soft_serial_pin": "D2"
|
|
},
|
|
"rgblight": {
|
|
"pin": "D3"
|
|
},
|
|
"encoder": {
|
|
"rotary": [
|
|
{ "pin_a": "F0", "pin_b": "F1" }
|
|
]
|
|
}
|
|
}
|