Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079)

This commit is contained in:
Ryan
2022-11-27 04:18:24 +11:00
committed by GitHub
parent ad7b095da6
commit e12ca14af8
196 changed files with 373 additions and 377 deletions

View File

@@ -58,6 +58,6 @@
// Fix RGB_MATRIX_STARTUP, because RGB_MATRIX_CYCLE_ALL is disabled.
// The actual handling of RGB_EFFECTs is done in keymap.c
#undef RGB_MATRIX_STARTUP_MODE
#undef RGB_MATRIX_DEFAULT_MODE
#endif