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
|
@ -16,8 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
|
||||
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
|
||||
#define RGBLED_NUM 87
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"usb": {
|
||||
"vid": "0x7BA1",
|
||||
"pid": "0x3201",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A10", "A9", "A8", "B15", "B14", "B13", "B12", "A4", "A2", "A1", "B6", "B5", "B4", "B3", "A15"],
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
||||
#define DRIVER_LED_TOTAL 34
|
||||
#define RGBLED_NUM 34
|
||||
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x6601",
|
||||
"vid": "0x7BA1"
|
||||
"vid": "0x7BA1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue