Move miscellaneous defines to data driven (#21382)
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Change the USB polling rate [default = 1000Hz (1ms)] and
|
||||
* use larger value of keys per scan for elite games */
|
||||
#define USB_POLLING_INTERVAL_MS 2 // 500Hz
|
||||
|
||||
/* LED Matrix & Animations */
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
"vid": "0x6964",
|
||||
"pid": "0x0042",
|
||||
"device_version": "1.0.0",
|
||||
"force_nkro": true
|
||||
"force_nkro": true,
|
||||
"polling_interval": 2
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
||||
Reference in New Issue
Block a user