2019-05-15 02:00:31 +02:00
|
|
|
#pragma once
|
|
|
|
|
2021-01-01 17:32:21 +01:00
|
|
|
# define RGBLED_NUM 12
|
|
|
|
# define RGBLIGHT_HUE_STEP 4
|
|
|
|
# define RGBLIGHT_SAT_STEP 4
|
|
|
|
# define RGBLIGHT_VAL_STEP 4
|
|
|
|
//# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
|
2022-10-15 18:55:27 +02:00
|
|
|
# define RGBLIGHT_EFFECT_BREATHING
|
|
|
|
# define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
|
|
|
# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
|
|
|
# define RGBLIGHT_EFFECT_SNAKE
|
|
|
|
# define RGBLIGHT_EFFECT_KNIGHT
|
|
|
|
# define RGBLIGHT_EFFECT_CHRISTMAS
|
|
|
|
# define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
|
|
|
# define RGBLIGHT_EFFECT_RGB_TEST
|
|
|
|
# define RGBLIGHT_EFFECT_ALTERNATING
|
|
|
|
# define RGBLIGHT_EFFECT_TWINKLE
|
2019-05-15 02:00:31 +02:00
|
|
|
|
|
|
|
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
|
|
|
#define LOCKING_SUPPORT_ENABLE
|
|
|
|
/* Locking resynchronize hack */
|
|
|
|
#define LOCKING_RESYNC_ENABLE
|
2021-01-01 17:32:21 +01:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Feature disable options
|
|
|
|
* These options are also useful to firmware size reduction.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* disable debug print */
|
|
|
|
//#define NO_DEBUG
|
|
|
|
|
|
|
|
/* disable print */
|
|
|
|
//#define NO_PRINT
|
|
|
|
|
|
|
|
/* disable action features */
|
|
|
|
//#define NO_ACTION_LAYER
|
|
|
|
//#define NO_ACTION_TAPPING
|
|
|
|
//#define NO_ACTION_ONESHOT
|