diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-27 04:18:24 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 04:18:24 +1100 |
commit | e12ca14af8fc1799357bbfffd156d53b4a51001c (patch) | |
tree | 3d488e321ca7c52897facef7952ac2989c2ba047 /keyboards/handwired/dactyl_manuform/5x6/keymaps/thattolleyguy | |
parent | ad7b095da6b2a51a310725c1c0fcb6571b46e7e7 (diff) |
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x6/keymaps/thattolleyguy')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x6/keymaps/thattolleyguy/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6/keymaps/thattolleyguy/config.h b/keyboards/handwired/dactyl_manuform/5x6/keymaps/thattolleyguy/config.h index c598952e94..5d740986fb 100644 --- a/keyboards/handwired/dactyl_manuform/5x6/keymaps/thattolleyguy/config.h +++ b/keyboards/handwired/dactyl_manuform/5x6/keymaps/thattolleyguy/config.h @@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { 32, 32 } #define SPLIT_TRANSPORT_MIRROR -// #define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_TYPING_HEATMAP // Sets the default mode, if none has been set +// #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_TYPING_HEATMAP // Sets the default mode, if none has been set #define ENABLE_RGB_MATRIX_TYPING_HEATMAP #define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS |