Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
parent
3bc4aeac6c
commit
12d42cedd2
228 changed files with 209 additions and 781 deletions
|
@ -6,7 +6,8 @@
|
|||
"usb": {
|
||||
"vid": "0x5255",
|
||||
"pid": "0xD0C2",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina"
|
||||
|
|
|
@ -37,6 +37,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
|
||||
|
|
|
@ -41,6 +41,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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue