qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 1fd10123311afe8f38b1286dcc179f6974bbaa46
parent 72cf966a88f8d2cfe7e6e2c3b455334fd9164bc5
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Mon, 10 Jul 2023 11:29:25 +0800

aleblazer/zodiark:via: Disable two RGB effects (#21495)


Diffstat:
Mkeyboards/aleblazer/zodiark/keymaps/via/config.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/keyboards/aleblazer/zodiark/keymaps/via/config.h b/keyboards/aleblazer/zodiark/keymaps/via/config.h @@ -20,3 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define OLED_DISPLAY_128X64 #define OLED_TIMEOUT 400000 #endif + +#ifdef RGBLIGHT_ENABLE + #undef RGBLIGHT_EFFECT_RGB_TEST + #undef RGBLIGHT_EFFECT_ALTERNATING +#endif