summaryrefslogtreecommitdiff
path: root/keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-11-27 04:18:24 +1100
committerGitHub <noreply@github.com>2022-11-27 04:18:24 +1100
commite12ca14af8fc1799357bbfffd156d53b4a51001c (patch)
tree3d488e321ca7c52897facef7952ac2989c2ba047 /keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h
parentad7b095da6b2a51a310725c1c0fcb6571b46e7e7 (diff)
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)
Diffstat (limited to 'keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h')
-rw-r--r--keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h b/keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h
index a37fb08d31..a0fbedde49 100644
--- a/keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h
+++ b/keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/config.h
@@ -52,11 +52,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17 // The number of steps to increment the brightness by (default 17)
// Startup values, when none have been set
- #define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_REACTIVE // Sets the default effect mode, if none has been set (was RGB_MATRIX_SOLID_COLOR)
- #define RGB_MATRIX_STARTUP_HUE 24 // 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 127 // 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_SOLID_REACTIVE // Sets the default effect mode, if none has been set (was RGB_MATRIX_SOLID_COLOR)
+ #define RGB_MATRIX_DEFAULT_HUE 24 // 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 127 // 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
// Uncomment any #undef line below to turn OFF any default enabled RGB background effect (enabled in keyboards/gmmk/pro/config.h).
#undef ENABLE_RGB_MATRIX_ALPHAS_MODS // Solid color (seems redundant; seems same as RGB_MATRIX_SOLID_COLOR?)