Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -45,5 +45,3 @@
|
||||
|
||||
/* Set the max power consumption for the keyboard, which is 500 mA. */
|
||||
#define USB_MAX_POWER_CONSUMPTION 500
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
@@ -4,7 +4,8 @@
|
||||
"usb": {
|
||||
"vid": "0x7273",
|
||||
"pid": "0x0064",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "C7"
|
||||
|
Reference in New Issue
Block a user