diff --git a/keyboards/xoiviox/ffkb/config-rgblight-ec11.h b/keyboards/xoiviox/ffkb/config-rgblight-ec11.h
index fe7a30fdad..7ab040ac2a 100644
--- a/keyboards/xoiviox/ffkb/config-rgblight-ec11.h
+++ b/keyboards/xoiviox/ffkb/config-rgblight-ec11.h
@@ -51,6 +51,9 @@ along with this program. If not, see .
#define TAPPING_FORCE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT
+// Use twinkle as the default rgb mode for the layers
+#define DEFAULT_RGB_LAYER_MODE RGBLIGHT_MODE_TWINKLE+2
+
#define RGB_DI_PIN F0 // 41
#ifdef RGBLIGHT_ENABLE
#define RGBLED_NUM 42
diff --git a/keyboards/xoiviox/ffkb/config-rgblight-evq-ec11.h b/keyboards/xoiviox/ffkb/config-rgblight-evq-ec11.h
index d387797a71..246eaf4a4b 100644
--- a/keyboards/xoiviox/ffkb/config-rgblight-evq-ec11.h
+++ b/keyboards/xoiviox/ffkb/config-rgblight-evq-ec11.h
@@ -51,6 +51,9 @@ along with this program. If not, see .
#define TAPPING_FORCE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT
+// Use twinkle as the default rgb mode for the layers
+#define DEFAULT_RGB_LAYER_MODE RGBLIGHT_MODE_TWINKLE+2
+
#define RGB_DI_PIN F0 // 41
#ifdef RGBLIGHT_ENABLE
#define RGBLED_NUM 42