]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/led_matrix.h
cleanup
[qmk_firmware.git] / quantum / led_matrix.h
index 9bf20d04478d203a328aaca0c456c5d379279f5c..618c5d67674e863a4399ba18eb45417066496621 100644 (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
 };