diff options
| author | Joel Challis | 2022-02-26 04:20:57 +0100 |
|---|---|---|
| committer | GitHub | 2022-02-26 04:20:57 +0100 |
| commit | 83a32b257473c5dc9fbacd71a3c1470dde21ad84 (patch) | |
| tree | 88a243f0b23f7cd555aef45603ed6609e6aecb7d /keyboards/geekboards | |
| 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/geekboards')
| -rw-r--r-- | keyboards/geekboards/macropad_v2/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/geekboards/macropad_v2/config.h b/keyboards/geekboards/macropad_v2/config.h index cdb3a7dbe8..cb671bfab7 100644 --- a/keyboards/geekboards/macropad_v2/config.h +++ b/keyboards/geekboards/macropad_v2/config.h @@ -100,7 +100,6 @@ #define RGB_DISABLE_WHEN_USB_SUSPENDED #define WAIT_FOR_USB -#define USB_POLLING_INTERVAL_MS 1 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 3 |