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

@ -5,8 +5,6 @@
#define TAPPING_TERM 150
#define FORCE_NKRO
#ifdef AUDIO_ENABLE
#define AUDIO_PIN A5
#define AUDIO_PIN_ALT A4

View file

@ -6,7 +6,8 @@
"usb": {
"vid": "0xFEED",
"pid": "0x6060",
"device_version": "0.2.1"
"device_version": "0.2.1",
"force_nkro": true
},
"matrix_pins": {
"cols": ["A2", "A1", "A0", "B8", "B13", "B14", "B15", "B9", "B10", "B11", "B3", "B2", "B1", "B0"],