summaryrefslogtreecommitdiff
path: root/keyboards/geekboards/macropad_v2
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-06-09 22:59:19 -0700
committerGitHub <noreply@github.com>2021-06-09 22:59:19 -0700
commit7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07 (patch)
treef47997266960b08eca70a929ec19a4093f491ae3 /keyboards/geekboards/macropad_v2
parent32b2ac0a807bdb088df685e6118f4c0966b6cca4 (diff)
Fix RGB/LED Suspend defines (#13146)
Diffstat (limited to 'keyboards/geekboards/macropad_v2')
-rw-r--r--keyboards/geekboards/macropad_v2/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/geekboards/macropad_v2/config.h b/keyboards/geekboards/macropad_v2/config.h
index 5f11cdddb0..d0e208f9b9 100644
--- a/keyboards/geekboards/macropad_v2/config.h
+++ b/keyboards/geekboards/macropad_v2/config.h
@@ -41,7 +41,7 @@
#define WS2812_DMA_CHANNEL 3
#ifdef RGB_MATRIX_ENABLE
-#define RGB_MATRIX_KEYPRESSES
+#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define DISABLE_RGB_MATRIX_ALPHAS_MODS
#define DISABLE_RGB_MATRIX_BAND_SAT
@@ -67,7 +67,7 @@
#define RGB_MATRIX_STARTUP_SPD 30
#endif //RGB_MATRIX_ENABLE
-#define RGB_DISABLE_WHEN_USB_SUSPENDED true
+#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define WAIT_FOR_USB
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */