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
|
@ -17,9 +17,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* Forcing to use NKRO instead 6KRO */
|
||||
#define FORCE_NKRO
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define RGB_MATRIX_LED_COUNT 75
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"usb": {
|
||||
"vid": "0x4D4B",
|
||||
"pid": "0x6063",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* Forcing to use NKRO instead 6KRO */
|
||||
#define FORCE_NKRO
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define RGB_MATRIX_LED_COUNT 76
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"usb": {
|
||||
"vid": "0x4D4B",
|
||||
"pid": "0x6064",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue