summaryrefslogtreecommitdiff
path: root/keyboards/xelus/la_plus/la_plus.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xelus/la_plus/la_plus.h')
-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,
};