summaryrefslogtreecommitdiff
path: root/keyboards/aleblazer
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2023-07-10 11:29:25 +0800
committerGitHub <noreply@github.com>2023-07-10 13:29:25 +1000
commit1fd10123311afe8f38b1286dcc179f6974bbaa46 (patch)
tree959de47fc6e3ea9b30fc3813c972251497b7ae58 /keyboards/aleblazer
parent72cf966a88f8d2cfe7e6e2c3b455334fd9164bc5 (diff)
aleblazer/zodiark:via: Disable two RGB effects (#21495)
Diffstat (limited to 'keyboards/aleblazer')
-rw-r--r--keyboards/aleblazer/zodiark/keymaps/via/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/aleblazer/zodiark/keymaps/via/config.h b/keyboards/aleblazer/zodiark/keymaps/via/config.h
index 2e8732ecc7..135f55b919 100644
--- 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