1
0
Fork 0

Move FORCE_NKRO to data driven (#20604)

This commit is contained in:
Ryan 2023-05-01 13:33:10 +10:00 committed by GitHub
parent 3bc4aeac6c
commit 12d42cedd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
228 changed files with 209 additions and 781 deletions

View file

@ -12,8 +12,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define FORCE_NKRO
/*
* Feature disable options
* These options are also useful to firmware size reduction.

View file

@ -6,7 +6,8 @@
"usb": {
"vid": "0x6D77",
"pid": "0x170E",
"device_version": "0.0.1"
"device_version": "0.0.1",
"force_nkro": true
},
"matrix_pins": {
"cols": ["B0", "A7", "A6", "A5", "A4", "A3"],

View file

@ -36,6 +36,3 @@
#define SPI_MISO_PAL_MODE 5
#define CIRQUE_PINNACLE_SPI_DIVISOR 8
#define CIRQUE_PINNACLE_SPI_CS_PIN A3
/* Force NKRO */
#define FORCE_NKRO

View file

@ -19,7 +19,8 @@
"usb": {
"vid": "0x6D77",
"pid": "0x1710",
"device_version": "0.2.0"
"device_version": "0.2.0",
"force_nkro": true
},
"diode_direction": "COL2ROW",
"rgblight": {