diff options
author | Joel Challis <git@zvecr.com> | 2022-02-26 03:20:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 03:20:57 +0000 |
commit | 83a32b257473c5dc9fbacd71a3c1470dde21ad84 (patch) | |
tree | 88a243f0b23f7cd555aef45603ed6609e6aecb7d /keyboards/horrortroll/chinese_pcb/m63_rgb | |
parent | e7931289918221081cbe2a7ea5df27a5d86324db (diff) |
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
Diffstat (limited to 'keyboards/horrortroll/chinese_pcb/m63_rgb')
-rw-r--r-- | keyboards/horrortroll/chinese_pcb/m63_rgb/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/horrortroll/chinese_pcb/m63_rgb/config.h b/keyboards/horrortroll/chinese_pcb/m63_rgb/config.h index 2983971258..4c126bb3f3 100644 --- a/keyboards/horrortroll/chinese_pcb/m63_rgb/config.h +++ b/keyboards/horrortroll/chinese_pcb/m63_rgb/config.h @@ -45,8 +45,7 @@ /* Forcing to use NKRO instead 6KRO */ #define FORCE_NKRO -/* Change USB Polling Rate to 1000hz and a larger keys per scan for elite gaming */ -#define USB_POLLING_INTERVAL_MS 1 +/* Change larger keys per scan for elite gaming */ #define QMK_KEYS_PER_SCAN 12 #ifdef RGB_MATRIX_ENABLE |