Move FORCE_NKRO to data driven (#20604)
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
||||
#define RGBLED_NUM 15 // Number of LEDs
|
||||
#define RGB_MATRIX_LED_COUNT 15 // Number of LEDs
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
"usb": {
|
||||
"device_version": "1.1.0",
|
||||
"pid": "0x3488",
|
||||
"vid": "0xFEFE"
|
||||
"vid": "0xFEFE",
|
||||
"force_nkro": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_default": {
|
||||
|
||||
Reference in New Issue
Block a user