Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -30,6 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* nKey Rollover */
|
||||
#define FORCE_NKRO
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"usb": {
|
||||
"vid": "0x5255",
|
||||
"pid": "0xE212",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D2"
|
||||
|
Reference in New Issue
Block a user