Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
||||
#define TAP_CODE_DELAY 5
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"usb": {
|
||||
"vid": "0xFFFE",
|
||||
"pid": "0x0001",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
|
@@ -18,8 +18,6 @@
|
||||
|
||||
|
||||
#define RGB_TRIGGER_ON_KEYDOWN
|
||||
/* Force NKRO on boot up regardless of the setting saved in the EEPROM (uncomment to enable it) */
|
||||
#define FORCE_NKRO
|
||||
|
||||
/* encoder resolution */
|
||||
#define TAP_CODE_DELAY 15
|
||||
|
@@ -5,7 +5,8 @@
|
||||
"usb": {
|
||||
"vid": "0xFFFE",
|
||||
"pid": "0x0007",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.0",
|
||||
"force_nkro": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "IS31FL3733"
|
||||
|
Reference in New Issue
Block a user