Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
parent
3bc4aeac6c
commit
12d42cedd2
228 changed files with 209 additions and 781 deletions
|
@ -44,6 +44,3 @@
|
|||
|
||||
// HSE CLK
|
||||
#define STM32_HSECLK 16000000
|
||||
|
||||
//Force NKRO
|
||||
#define FORCE_NKRO
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"usb": {
|
||||
"vid": "0x5845",
|
||||
"pid": "0x5208",
|
||||
"device_version": "0.0.2"
|
||||
"device_version": "0.0.2",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A10", "A8", "B15", "B14", "B13", "B12", "B1", "B10", "B4", "B3", "A15"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue