summaryrefslogtreecommitdiffstats
path: root/keyboards/system76/launch_1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/system76/launch_1/config.h')
-rw-r--r--keyboards/system76/launch_1/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/system76/launch_1/config.h b/keyboards/system76/launch_1/config.h
index 739a3c78f8..0431b9ab17 100644
--- a/keyboards/system76/launch_1/config.h
+++ b/keyboards/system76/launch_1/config.h
@@ -51,11 +51,11 @@
// Limit brightness to support USB-A at 0.5 A
// TODO: Do this dynamically based on power source
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 176 // Limits maximum brightness of LEDs to 176 out of 255. If not defined, maximum brightness is set to 255
-# define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_RAINBOW_MOVING_CHEVRON // Sets the default mode, if none has been set
-# define RGB_MATRIX_STARTUP_HUE 142 // Sets the default hue value, if none has been set
-# define RGB_MATRIX_STARTUP_SAT 255 // Sets the default saturation value, if none has been set
-# define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS // Sets the default brightness value, if none has been set
-# define RGB_MATRIX_STARTUP_SPD 127 // Sets the default animation speed, if none has been set
+# define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_RAINBOW_MOVING_CHEVRON // Sets the default mode, if none has been set
+# define RGB_MATRIX_DEFAULT_HUE 142 // Sets the default hue value, if none has been set
+# define RGB_MATRIX_DEFAULT_SAT 255 // Sets the default saturation value, if none has been set
+# define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS // Sets the default brightness value, if none has been set
+# define RGB_MATRIX_DEFAULT_SPD 127 // Sets the default animation speed, if none has been set
# define RGB_MATRIX_DISABLE_KEYCODES // Disables control of rgb matrix by keycodes (must use code functions to control the feature)
# define ENABLE_RGB_MATRIX_CYCLE_ALL