aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/dztech/dz60rgb/v2_1/rules.mk3
-rw-r--r--keyboards/ungodly/launch_pad/config.h5
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/dztech/dz60rgb/v2_1/rules.mk b/keyboards/dztech/dz60rgb/v2_1/rules.mk
index 7fdadb18d..ff6a24b93 100644
--- a/keyboards/dztech/dz60rgb/v2_1/rules.mk
+++ b/keyboards/dztech/dz60rgb/v2_1/rules.mk
@@ -24,3 +24,6 @@ RGB_MATRIX_ENABLE = yes # Use RGB matrix
24RGB_MATRIX_DRIVER = IS31FL3733 24RGB_MATRIX_DRIVER = IS31FL3733
25NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in 25NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
26LTO_ENABLE = yes 26LTO_ENABLE = yes
27
28SPACE_CADET_ENABLE = no
29GRAVE_ESC_ENABLE = no
diff --git a/keyboards/ungodly/launch_pad/config.h b/keyboards/ungodly/launch_pad/config.h
index c4da09760..d6db41977 100644
--- a/keyboards/ungodly/launch_pad/config.h
+++ b/keyboards/ungodly/launch_pad/config.h
@@ -46,6 +46,7 @@
46/* RGB Matrix configuration */ 46/* RGB Matrix configuration */
47#ifdef RGB_MATRIX_ENABLE 47#ifdef RGB_MATRIX_ENABLE
48# define RGB_MATRIX_KEYPRESSES 48# define RGB_MATRIX_KEYPRESSES
49# define DRIVER_LED_TOTAL 22
49#endif 50#endif
50 51
51#define RGB_DI_PIN F7 52#define RGB_DI_PIN F7
@@ -58,10 +59,6 @@
58# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ 59# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
59/*== all animations enable ==*/ 60/*== all animations enable ==*/
60# define RGBLIGHT_ANIMATIONS 61# define RGBLIGHT_ANIMATIONS
61// RGB Matrix
62# ifdef RGB_MATRIX_ENABLE
63# define DRIVER_LED_TOTAL RGBLED_NUM
64# endif
65#endif 62#endif
66 63
67/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 64/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */