diff options
author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 09:55:40 -0700 |
commit | c8e998ccaddc6157ee5d406e277e973dd4796f37 (patch) | |
tree | 4f81e7fb8f1444ceae824362a4cccc064473af79 /keyboards/orthodox | |
parent | 55b9a4d06e12df08564d3b6261f9ed81f75e07ec (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r-- | keyboards/orthodox/keymaps/shaymdev/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/orthodox/keymaps/shaymdev/config.h b/keyboards/orthodox/keymaps/shaymdev/config.h index 39f7c8accd..5f20923107 100644 --- a/keyboards/orthodox/keymaps/shaymdev/config.h +++ b/keyboards/orthodox/keymaps/shaymdev/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #undef RGBLED_NUM #define RGBLED_NUM 14 -// #define RGBLIGHT_ANIMATIONS #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD @@ -53,4 +52,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define IGNORE_MOD_TAP_INTERRUPT #define TAPPING_TERM 220 - |