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/rgbkb | |
parent | e7931289918221081cbe2a7ea5df27a5d86324db (diff) | |
download | qmk_firmware-83a32b257473c5dc9fbacd71a3c1470dde21ad84.tar.gz qmk_firmware-83a32b257473c5dc9fbacd71a3c1470dde21ad84.zip |
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/rgbkb')
-rw-r--r-- | keyboards/rgbkb/mun/config.h | 2 | ||||
-rw-r--r-- | keyboards/rgbkb/sol3/config.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/rgbkb/mun/config.h b/keyboards/rgbkb/mun/config.h index eec3009d8c..de658eb93c 100644 --- a/keyboards/rgbkb/mun/config.h +++ b/keyboards/rgbkb/mun/config.h @@ -17,8 +17,6 @@ #define MANUFACTURER RGBKB #define PRODUCT Mün -#define USB_POLLING_INTERVAL_MS 1 - /* Matrix Configuration - Rows are doubled up */ #define MATRIX_ROWS 14 // Last pins reserved for encoder / touch encoder support diff --git a/keyboards/rgbkb/sol3/config.h b/keyboards/rgbkb/sol3/config.h index 8d87e5b2fa..92db3def6b 100644 --- a/keyboards/rgbkb/sol3/config.h +++ b/keyboards/rgbkb/sol3/config.h @@ -17,8 +17,6 @@ #define MANUFACTURER RGBKB #define PRODUCT Sol 3 -#define USB_POLLING_INTERVAL_MS 1 - /* Matrix Configuration - Rows are doubled up */ #define MATRIX_ROWS 12 // Last pins reserved for encoder / touch encoder support |