diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-06-09 22:59:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 22:59:19 -0700 |
| commit | 7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07 (patch) | |
| tree | f47997266960b08eca70a929ec19a4093f491ae3 /keyboards/geekboards | |
| parent | 32b2ac0a807bdb088df685e6118f4c0966b6cca4 (diff) | |
| download | qmk_firmware-7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07.tar.gz qmk_firmware-7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07.zip | |
Fix RGB/LED Suspend defines (#13146)
Diffstat (limited to 'keyboards/geekboards')
| -rw-r--r-- | keyboards/geekboards/macropad_v2/config.h | 4 | ||||
| -rw-r--r-- | keyboards/geekboards/tester/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/geekboards/macropad_v2/config.h b/keyboards/geekboards/macropad_v2/config.h index 5f11cdddb..d0e208f9b 100644 --- a/keyboards/geekboards/macropad_v2/config.h +++ b/keyboards/geekboards/macropad_v2/config.h | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | #define WS2812_DMA_CHANNEL 3 | 41 | #define WS2812_DMA_CHANNEL 3 |
| 42 | 42 | ||
| 43 | #ifdef RGB_MATRIX_ENABLE | 43 | #ifdef RGB_MATRIX_ENABLE |
| 44 | #define RGB_MATRIX_KEYPRESSES | 44 | #define RGB_MATRIX_KEYPRESSES |
| 45 | #define RGB_MATRIX_FRAMEBUFFER_EFFECTS | 45 | #define RGB_MATRIX_FRAMEBUFFER_EFFECTS |
| 46 | #define DISABLE_RGB_MATRIX_ALPHAS_MODS | 46 | #define DISABLE_RGB_MATRIX_ALPHAS_MODS |
| 47 | #define DISABLE_RGB_MATRIX_BAND_SAT | 47 | #define DISABLE_RGB_MATRIX_BAND_SAT |
| @@ -67,7 +67,7 @@ | |||
| 67 | #define RGB_MATRIX_STARTUP_SPD 30 | 67 | #define RGB_MATRIX_STARTUP_SPD 30 |
| 68 | #endif //RGB_MATRIX_ENABLE | 68 | #endif //RGB_MATRIX_ENABLE |
| 69 | 69 | ||
| 70 | #define RGB_DISABLE_WHEN_USB_SUSPENDED true | 70 | #define RGB_DISABLE_WHEN_USB_SUSPENDED |
| 71 | #define WAIT_FOR_USB | 71 | #define WAIT_FOR_USB |
| 72 | 72 | ||
| 73 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 73 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
diff --git a/keyboards/geekboards/tester/config.h b/keyboards/geekboards/tester/config.h index 4f072c0ee..3e3daccd5 100644 --- a/keyboards/geekboards/tester/config.h +++ b/keyboards/geekboards/tester/config.h | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | #define DEBOUNCE 3 | 24 | #define DEBOUNCE 3 |
| 25 | #ifdef RGB_MATRIX_ENABLE | 25 | #ifdef RGB_MATRIX_ENABLE |
| 26 | #define RGB_DISABLE_AFTER_TIMEOUT 0 | 26 | #define RGB_DISABLE_AFTER_TIMEOUT 0 |
| 27 | #define RGB_DISABLE_WHEN_USB_SUSPENDED true | 27 | #define RGB_DISABLE_WHEN_USB_SUSPENDED |
| 28 | #define RGB_MATRIX_KEYPRESSES | 28 | #define RGB_MATRIX_KEYPRESSES |
| 29 | #define DISABLE_RGB_MATRIX_SPLASH | 29 | #define DISABLE_RGB_MATRIX_SPLASH |
| 30 | #define DISABLE_RGB_MATRIX_MULTISPLASH | 30 | #define DISABLE_RGB_MATRIX_MULTISPLASH |
| @@ -36,4 +36,4 @@ | |||
| 36 | #define DRIVER_1_LED_TOTAL 8 | 36 | #define DRIVER_1_LED_TOTAL 8 |
| 37 | #define DRIVER_2_LED_TOTAL 0 | 37 | #define DRIVER_2_LED_TOTAL 0 |
| 38 | #define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) | 38 | #define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) |
| 39 | #endif \ No newline at end of file | 39 | #endif |
