aboutsummaryrefslogtreecommitdiff
path: root/quantum/led_matrix.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-01-27 17:07:07 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2019-02-10 15:37:12 -0800
commit1a680c1d6a426dfcd43af90c1083da15b0217086 (patch)
tree3b0c95460c9afec9a0852d2364dde6518c819176 /quantum/led_matrix.h
parent84879f28a3e9e61053f7db37724b23bb32fbb0b4 (diff)
downloadqmk_firmware-1a680c1d6a426dfcd43af90c1083da15b0217086.tar.gz
qmk_firmware-1a680c1d6a426dfcd43af90c1083da15b0217086.zip
cleanup
Diffstat (limited to 'quantum/led_matrix.h')
-rw-r--r--quantum/led_matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/led_matrix.h b/quantum/led_matrix.h
index 9bf20d044..618c5d676 100644
--- a/quantum/led_matrix.h
+++ b/quantum/led_matrix.h
@@ -63,8 +63,8 @@ typedef union {
63} led_config_t; 63} led_config_t;
64 64
65enum led_matrix_effects { 65enum led_matrix_effects {
66 LED_MATRIX_UNIFORM_BRIGHTNESS = 1, 66 LED_MATRIX_UNIFORM_BRIGHTNESS = 1,
67 // All new effects go above this line 67 // All new effects go above this line
68 LED_MATRIX_EFFECT_MAX 68 LED_MATRIX_EFFECT_MAX
69}; 69};
70 70