This commit is contained in:
skullY 2019-01-27 17:07:07 -08:00 committed by skullydazed
parent 84879f28a3
commit 1a680c1d6a
4 changed files with 4 additions and 3 deletions

View file

@ -63,8 +63,8 @@ typedef union {
} led_config_t;
enum led_matrix_effects {
LED_MATRIX_UNIFORM_BRIGHTNESS = 1,
// All new effects go above this line
LED_MATRIX_UNIFORM_BRIGHTNESS = 1,
// All new effects go above this line
LED_MATRIX_EFFECT_MAX
};