mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-03 04:23:24 +01:00
Added alternating led underglow pattern (#3498)
* added alternating led pattern * added alternating with rgblight_config values * removed my comments
This commit is contained in:
+2
-1
@@ -17,7 +17,7 @@
|
||||
#define RGBLIGHT_H
|
||||
|
||||
#ifdef RGBLIGHT_ANIMATIONS
|
||||
#define RGBLIGHT_MODES 35
|
||||
#define RGBLIGHT_MODES 36
|
||||
#else
|
||||
#define RGBLIGHT_MODES 1
|
||||
#endif
|
||||
@@ -166,5 +166,6 @@ void rgblight_effect_snake(uint8_t interval);
|
||||
void rgblight_effect_knight(uint8_t interval);
|
||||
void rgblight_effect_christmas(void);
|
||||
void rgblight_effect_rgbtest(void);
|
||||
void rgblight_effect_alternating(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user