userspace: fix up sethBarberee sinc keymap CI errors (#18865)
parent
432feecc61
commit
18a70451fd
|
@ -1,3 +1,4 @@
|
||||||
BACKLIGHT_ENABLE=no
|
BACKLIGHT_ENABLE=no
|
||||||
CONSOLE_ENABLE=no
|
CONSOLE_ENABLE=no
|
||||||
TAP_DANCE_ENABLE=yes
|
TAP_DANCE_ENABLE=yes
|
||||||
|
MUSIC_ENABLE=no
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2021 SethBarberee <seth.barberee@gmail.com>
|
/* Copyright 2021 SethBarberee <seth.barberee@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -19,20 +19,32 @@
|
||||||
# define RGBLIGHT_SLEEP
|
# define RGBLIGHT_SLEEP
|
||||||
# ifndef RGBLIGHT_HUE_STEP
|
# ifndef RGBLIGHT_HUE_STEP
|
||||||
# define RGBLIGHT_HUE_STEP 8
|
# define RGBLIGHT_HUE_STEP 8
|
||||||
#endif
|
# endif
|
||||||
# ifndef RGBLIGHT_SAT_STEPT
|
# ifndef RGBLIGHT_SAT_STEPT
|
||||||
# define RGBLIGHT_SAT_STEP 8
|
# define RGBLIGHT_SAT_STEP 8
|
||||||
#endif
|
# endif
|
||||||
# ifndef RGBLIGHT_VAL_STEP
|
# ifndef RGBLIGHT_VAL_STEP
|
||||||
# define RGBLIGHT_VAL_STEP 8
|
# define RGBLIGHT_VAL_STEP 8
|
||||||
#endif
|
# endif
|
||||||
|
|
||||||
// Trim animations I don't use/like
|
// Trim animations I don't use/like
|
||||||
# ifdef RGBLIGHT_ANIMATIONS
|
# ifdef RGBLIGHT_ANIMATIONS
|
||||||
# undef RGBLIGHT_ANIMATIONS
|
# undef RGBLIGHT_ANIMATIONS
|
||||||
# endif
|
# endif
|
||||||
|
# ifndef RGBLIGHT_EFFECT_BREATHING
|
||||||
# define RGBLIGHT_EFFECT_BREATHING
|
# define RGBLIGHT_EFFECT_BREATHING
|
||||||
|
# endif
|
||||||
|
# ifndef RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||||
# define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
# define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||||
|
# endif
|
||||||
|
# ifndef RGBLIGHT_EFFECT_TWINKLE
|
||||||
# define RGBLIGHT_EFFECT_TWINKLE
|
# define RGBLIGHT_EFFECT_TWINKLE
|
||||||
|
# endif
|
||||||
|
# ifdef RGBLIGHT_DEFAULT_MODE
|
||||||
|
# undef RGBLIGHT_DEFAULT_MODE
|
||||||
|
# define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_TWINKLE
|
||||||
|
# endif
|
||||||
|
|
||||||
# ifndef CAPS_LOCK_MODE
|
# ifndef CAPS_LOCK_MODE
|
||||||
# define CAPS_LOCK_MODE RGBLIGHT_MODE_STATIC_LIGHT
|
# define CAPS_LOCK_MODE RGBLIGHT_MODE_STATIC_LIGHT
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in New Issue