Remove RGB_DI_PIN
ifdefs (#20218)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define RGB_DI_PIN E2
|
||||
#ifdef RGB_DI_PIN
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
@@ -27,5 +26,3 @@
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
/* If defined, the RGB lighting will be switched off when the host goes to sleep */
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#endif
|
||||
|
@@ -11,9 +11,7 @@
|
||||
#define RETRO_TAPPING
|
||||
|
||||
/* turn off RGB when computer sleeps */
|
||||
#ifdef RGB_DI_PIN
|
||||
#define RGBLIGHT_SLEEP
|
||||
#endif
|
||||
|
||||
#ifdef BACKLIGHT_LEVELS
|
||||
#undef BACKLIGHT_LEVELS
|
||||
|
Reference in New Issue
Block a user