mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-08 00:24:16 -04:00
Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keymaps (#16448)
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
This commit is contained in:
parent
d53654bb31
commit
ec10413e9b
14 changed files with 2 additions and 18 deletions
|
@ -16,6 +16,5 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/* Increase polling rates and scan quantity for improved performance */
|
/* Increase scan quantity for improved performance */
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 12
|
#define QMK_KEYS_PER_SCAN 12
|
||||||
|
|
|
@ -16,5 +16,4 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -16,5 +16,4 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 12
|
#define QMK_KEYS_PER_SCAN 12
|
||||||
|
|
|
@ -36,5 +36,3 @@
|
||||||
# define RGBLIGHT_VAL_STEP 8
|
# define RGBLIGHT_VAL_STEP 8
|
||||||
# define RGBLIGHT_LIMIT_VAL 150
|
# define RGBLIGHT_LIMIT_VAL 150
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
|
|
|
@ -15,5 +15,4 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -15,5 +15,4 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -19,6 +19,4 @@
|
||||||
// Enable RGB Matrix
|
// Enable RGB Matrix
|
||||||
#define VIA_QMK_RGBLIGHT_ENABLE
|
#define VIA_QMK_RGBLIGHT_ENABLE
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
||||||
|
|
|
@ -19,5 +19,4 @@
|
||||||
// 3 layers or else it will not fit in EEPROM
|
// 3 layers or else it will not fit in EEPROM
|
||||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -19,5 +19,4 @@
|
||||||
// 3 layers or else it will not fit in EEPROM
|
// 3 layers or else it will not fit in EEPROM
|
||||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -22,6 +22,4 @@
|
||||||
// Enable RGB Matrix
|
// Enable RGB Matrix
|
||||||
#define VIA_QMK_RGBLIGHT_ENABLE
|
#define VIA_QMK_RGBLIGHT_ENABLE
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
||||||
|
|
|
@ -15,5 +15,4 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
|
|
||||||
// RGB Matrix
|
// RGB Matrix
|
||||||
#define VIA_QMK_RGBLIGHT_ENABLE
|
#define VIA_QMK_RGBLIGHT_ENABLE
|
||||||
|
@ -20,5 +21,4 @@
|
||||||
// More layers
|
// More layers
|
||||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -15,5 +15,4 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
|
@ -18,5 +18,4 @@
|
||||||
// More layers
|
// More layers
|
||||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|
||||||
|
|
||||||
#define USB_POLLING_INTERVAL_MS 1
|
|
||||||
#define QMK_KEYS_PER_SCAN 4
|
#define QMK_KEYS_PER_SCAN 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue