Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* Force NKRO */
|
||||
#define FORCE_NKRO
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 74
|
||||
#define RGBLED_NUM 74
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"usb": {
|
||||
"vid": "0x4B50",
|
||||
"pid": "0x0653",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
|
Reference in New Issue
Block a user