diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-15 15:09:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 15:09:23 -0800 |
commit | 297e209a6e4216d8609b67b006eff81b3400eb58 (patch) | |
tree | 3f1eb75798e13d03da4acfe0d150887ed1f5741c | |
parent | ef529de10cf01b74c3af7566401e76953a845152 (diff) | |
download | qmk_firmware-297e209a6e4216d8609b67b006eff81b3400eb58.tar.gz qmk_firmware-297e209a6e4216d8609b67b006eff81b3400eb58.zip |
[Keyboard] Fix bandominedoni via keymap compilation (#15171)
-rw-r--r-- | keyboards/bandominedoni/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/bandominedoni/config.h b/keyboards/bandominedoni/config.h index fcff40f35a..629c6af884 100644 --- a/keyboards/bandominedoni/config.h +++ b/keyboards/bandominedoni/config.h @@ -197,6 +197,7 @@ # define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH # endif +# define ENABLE_RGB_MATRIX_SOLID_REACTIVE // #define ENABLE_RGB_MATRIX_SPLASH // #define ENABLE_RGB_MATRIX_SOLID_SPLASH # endif // AUDIO_ENABLE |