Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -21,5 +21,3 @@
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
//#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP25
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.4"
|
||||
"device_version": "0.0.4",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP24", "GP23", "GP21", "GP20", "GP19", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
|
||||
|
Reference in New Issue
Block a user