Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -21,10 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
// enable NKRO_ENABLE
|
||||
#define FORCE_NKRO
|
||||
// The number of LEDs connected
|
||||
|
||||
// The number of LEDs connected
|
||||
#define RGB_MATRIX_LED_COUNT 34
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"usb": {
|
||||
"vid": "0x1A53",
|
||||
"pid": "0x4F51",
|
||||
"device_version": "1.0.2"
|
||||
"device_version": "1.0.2",
|
||||
"force_nkro": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "C15"
|
||||
|
Reference in New Issue
Block a user