summaryrefslogtreecommitdiff
path: root/keyboards/xelus
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-02-23 09:19:00 +1100
committerGitHub <noreply@github.com>2023-02-23 09:19:00 +1100
commit7f805cc7799deb0ca75f751cebd32c6640058af9 (patch)
treeebc20e21b50812ea4455bdfc5567c8025aa4fc74 /keyboards/xelus
parent403b0addea48548abdbde6203d8673f2b77164a7 (diff)
VIA Protocol 12 + fixes (#19916)
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/xelus')
-rwxr-xr-xkeyboards/xelus/la_plus/la_plus.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/xelus/la_plus/la_plus.h b/keyboards/xelus/la_plus/la_plus.h
index f19b79237f..b3030c7cf4 100755
--- a/keyboards/xelus/la_plus/la_plus.h
+++ b/keyboards/xelus/la_plus/la_plus.h
@@ -42,9 +42,5 @@ typedef union {
} keyboard_config_t;
enum la_plus_keycodes {
-#ifdef VIA_ENABLE
- STARTUP_ANIMATION_CONFIG = USER00,
-#else
- STARTUP_ANIMATION_CONFIG = SAFE_RANGE,
-#endif
+ STARTUP_ANIMATION_CONFIG = QK_KB_0,
};