diff options
author | Gregorio <38576492+ohchiko@users.noreply.github.com> | 2020-06-22 04:59:43 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 22:59:43 +0100 |
commit | af4bc251f9d4032abf12d0377b5e948701e82713 (patch) | |
tree | b2c77469fe2aef4ca4d4c6938020b6c85617275a /keyboards/mixi/mixi.c | |
parent | e79fb2c26e62b8820c8bdf7e142a605ccefe24ad (diff) | |
download | qmk_firmware-af4bc251f9d4032abf12d0377b5e948701e82713.tar.gz qmk_firmware-af4bc251f9d4032abf12d0377b5e948701e82713.zip |
Updates on Mixi default keymaps and fixes on configuration (#9467)
Diffstat (limited to 'keyboards/mixi/mixi.c')
-rw-r--r-- | keyboards/mixi/mixi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/mixi/mixi.c b/keyboards/mixi/mixi.c index 533cf3b881..43625bcd56 100644 --- a/keyboards/mixi/mixi.c +++ b/keyboards/mixi/mixi.c @@ -3,8 +3,9 @@ void eeconfig_init_kb(void) { #ifdef RGBLIGHT_ENABLE rgblight_enable(); // Enable RGB underglow by default + rgblight_sethsv(0, 255, 255); #ifdef RGBLIGHT_ANIMATIONS - rgblight_mode(RGBLIGHT_MODE_TWINKLE + 5); // Set to RGB_TWINKLE animation by default + rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL + 5); // Set to RGB_RAINBOW_SWIRL animation by default #endif #endif |