mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-10 09:34:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
2acc65f8ae
2 changed files with 20 additions and 16 deletions
|
@ -25,16 +25,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
// #define EE_HANDS
|
// #define EE_HANDS
|
||||||
|
|
||||||
#ifdef RGBLIGHT_ENABLE
|
#ifdef RGBLIGHT_ENABLE
|
||||||
# undef RGBLED_NUM
|
#define RGBLIGHT_EFFECT_BREATHING
|
||||||
# define RGBLIGHT_ANIMATIONS
|
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||||
# define RGBLED_NUM 54
|
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||||
# undef RGBLED_SPLIT
|
#define RGBLIGHT_EFFECT_SNAKE
|
||||||
# define RGBLED_SPLIT \
|
#define RGBLIGHT_EFFECT_KNIGHT
|
||||||
{ 27, 27 }
|
#define RGBLIGHT_EFFECT_CHRISTMAS
|
||||||
# define RGBLIGHT_LIMIT_VAL 120
|
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||||
# define RGBLIGHT_HUE_STEP 10
|
// #define RGBLIGHT_EFFECT_RGB_TEST
|
||||||
# define RGBLIGHT_SAT_STEP 17
|
// #define RGBLIGHT_EFFECT_ALTERNATING
|
||||||
# define RGBLIGHT_VAL_STEP 17
|
// #define RGBLIGHT_EFFECT_TWINKLE
|
||||||
|
#define RGBLIGHT_LIMIT_VAL 120
|
||||||
|
#define RGBLIGHT_HUE_STEP 10
|
||||||
|
#define RGBLIGHT_SAT_STEP 17
|
||||||
|
#define RGBLIGHT_VAL_STEP 17
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
|
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue