From 1a680c1d6a426dfcd43af90c1083da15b0217086 Mon Sep 17 00:00:00 2001 From: skullY Date: Sun, 27 Jan 2019 17:07:07 -0800 Subject: cleanup --- quantum/led_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quantum') 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 { } 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 }; -- cgit v1.2.3-24-g4f1b