diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-25 01:14:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-25 01:14:55 +0000 |
commit | f12aea5dfb8102a3ffba33e710c1161ad8a2580f (patch) | |
tree | 5bb104859c733640b7e0a50722fcd79b8dd3eafb /keyboards/anavi/macropad8/keymaps/git/config.h | |
parent | 7845cf1facd508692adc1f065e700c0c65d92729 (diff) | |
parent | 0c50a9eae9a7e1773130686b60237ad9e899cd14 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/anavi/macropad8/keymaps/git/config.h')
-rw-r--r-- | keyboards/anavi/macropad8/keymaps/git/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/anavi/macropad8/keymaps/git/config.h b/keyboards/anavi/macropad8/keymaps/git/config.h new file mode 100644 index 0000000000..3fe0304ffc --- /dev/null +++ b/keyboards/anavi/macropad8/keymaps/git/config.h @@ -0,0 +1,23 @@ +/* Copyright 2021 Leon Anavi <leon@anavi.org> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#undef RGBLIGHT_ANIMATIONS +#define RGBLIGHT_EFFECT_BREATHING +#define RGBLIGHT_EFFECT_CHRISTMAS +#define RGBLIGHT_EFFECT_RAINBOW_MOOD +#define RGBLIGHT_EFFECT_SNAKE |