Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"debounce": 6,
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x09F5"
|
||||
"pid": "0x09F5",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B5", "C7", "C6", "F0", "E6", "B7", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"],
|
||||
|
Reference in New Issue
Block a user