diff options
author | Will Winder <wwinder.unh@gmail.com> | 2022-07-02 08:07:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 22:07:35 +1000 |
commit | f03aec28fb6932bc8ab0b08a0007116a33419b9a (patch) | |
tree | 537c260b32d6c84d9c17aef5d866e37220a4e929 /keyboards/avalanche/v4/keymaps/winder/config.h | |
parent | c3ef70b9a6a7123fe25fb89973070088a15ad69f (diff) |
[Keyboard] Add Avalanche v4 (#17288)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/avalanche/v4/keymaps/winder/config.h')
-rw-r--r-- | keyboards/avalanche/v4/keymaps/winder/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/avalanche/v4/keymaps/winder/config.h b/keyboards/avalanche/v4/keymaps/winder/config.h new file mode 100644 index 0000000000..ca4b822f1b --- /dev/null +++ b/keyboards/avalanche/v4/keymaps/winder/config.h @@ -0,0 +1,12 @@ +// Copyright 2022 Will Winder (@winder) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#undef RGBLIGHT_EFFECT_BREATHING +#undef RGBLIGHT_EFFECT_KNIGHT +#undef RGBLIGHT_EFFECT_SNAKE +#undef RGBLIGHT_EFFECT_CHRISTMAS +#undef RGBLIGHT_EFFECT_RGB_TEST +#undef RGBLIGHT_EFFECT_STATIC_GRADIENT +#undef RGBLIGHT_EFFECT_ALTERNATING |