aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/keymaps/led_test/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev2/keymaps/led_test/config.h')
-rw-r--r--keyboards/helix/rev2/keymaps/led_test/config.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/keyboards/helix/rev2/keymaps/led_test/config.h b/keyboards/helix/rev2/keymaps/led_test/config.h
index 043825452..094195fc6 100644
--- a/keyboards/helix/rev2/keymaps/led_test/config.h
+++ b/keyboards/helix/rev2/keymaps/led_test/config.h
@@ -21,9 +21,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21#ifndef CONFIG_USER_H 21#ifndef CONFIG_USER_H
22#define CONFIG_USER_H 22#define CONFIG_USER_H
23 23
24// if you need more program area, try uncomment follow line
25#include "serial_config_simpleapi.h"
26
27// place overrides here 24// place overrides here
28 25
26// If you need more program area, try select and reduce rgblight modes to use.
27
28// Selection of RGBLIGHT MODE to use.
29#undef RGBLIGHT_EFFECT_BREATHING
30#undef RGBLIGHT_EFFECT_RAINBOW_MOOD
31#undef RGBLIGHT_EFFECT_RAINBOW_SWIRL
32#undef RGBLIGHT_EFFECT_SNAKE
33#undef RGBLIGHT_EFFECT_KNIGHT
34#undef RGBLIGHT_EFFECT_CHRISTMAS
35#undef RGBLIGHT_EFFECT_STATIC_GRADIENT
36//#undef RGBLIGHT_EFFECT_RGB_TEST // led_test keymap need only this.
37#undef RGBLIGHT_EFFECT_ALTERNATING
38
29#endif /* CONFIG_USER_H */ 39#endif /* CONFIG_USER_H */