Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -16,7 +16,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
||||
/* 将USB 轮询速率更改为 1000hz 并为精英游戏每次扫描使用更大的密钥*/
|
||||
#define USB_POLLING_INTERVAL_MS 2
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"usb": {
|
||||
"vid": "0x7BA1",
|
||||
"pid": "0x6505",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B1", "F0", "F1", "F4", "F5", "F6", "F7", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
|
||||
|
Reference in New Issue
Block a user