diff options
| author | skullY | 2019-01-28 02:07:07 +0100 |
|---|---|---|
| committer | skullydazed | 2019-02-11 00:37:12 +0100 |
| commit | 1a680c1d6a426dfcd43af90c1083da15b0217086 (patch) | |
| tree | 3b0c95460c9afec9a0852d2364dde6518c819176 /quantum | |
| parent | 84879f28a3e9e61053f7db37724b23bb32fbb0b4 (diff) | |
cleanup
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/led_matrix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/led_matrix.h b/quantum/led_matrix.h index 9bf20d0447..618c5d6767 100644 --- a/quantum/led_matrix.h +++ b/quantum/led_matrix.h @@ -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 }; |