From 9e59fffb5b815fa2aac4391f30b0ff483abfaad0 Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Wed, 27 Oct 2021 00:55:51 -0700 Subject: [PATCH] made default ffkb underglow to twinkle --- keyboards/xoiviox/ffkb/config-rgblight-ec11.h | 3 +++ keyboards/xoiviox/ffkb/config-rgblight-evq-ec11.h | 3 +++ 2 files changed, 6 insertions(+) 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