Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Forcing to use NKRO instead 6KRO */
|
||||
#define FORCE_NKRO
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
/* RGB Lighting config */
|
||||
#define RGBLED_NUM 24
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"usb": {
|
||||
"vid": "0x7516",
|
||||
"pid": "0x7000",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "F7", "F6", "F5", "F4", "F1", "F0"],
|
||||
|
Reference in New Issue
Block a user