diff options
Diffstat (limited to 'keyboards/pearlboards/pandora/config.h')
-rw-r--r-- | keyboards/pearlboards/pandora/config.h | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/keyboards/pearlboards/pandora/config.h b/keyboards/pearlboards/pandora/config.h index 2df4bcffc..5a9a997be 100644 --- a/keyboards/pearlboards/pandora/config.h +++ b/keyboards/pearlboards/pandora/config.h | |||
@@ -58,12 +58,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
58 | /* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */ | 58 | /* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */ |
59 | #define RGB_DI_PIN B1 | 59 | #define RGB_DI_PIN B1 |
60 | #ifdef RGB_DI_PIN | 60 | #ifdef RGB_DI_PIN |
61 | # define RGBLIGHT_ANIMATIONS | 61 | #define RGBLIGHT_EFFECT_ALTERNATING |
62 | # define RGBLED_NUM 12 | 62 | #define RGBLIGHT_EFFECT_BREATHING |
63 | # define RGBLIGHT_HUE_STEP 8 | 63 | #define RGBLIGHT_EFFECT_CHRISTMAS |
64 | # define RGBLIGHT_SAT_STEP 8 | 64 | #define RGBLIGHT_EFFECT_KNIGHT |
65 | # define RGBLIGHT_VAL_STEP 8 | 65 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD |
66 | # define RGBLIGHT_SLEEP | 66 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL |
67 | #define RGBLIGHT_EFFECT_SNAKE | ||
68 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
69 | #define RGBLIGHT_EFFECT_TWINKLE | ||
70 | #define RGBLED_NUM 12 | ||
71 | #define RGBLIGHT_HUE_STEP 8 | ||
72 | #define RGBLIGHT_SAT_STEP 8 | ||
73 | #define RGBLIGHT_VAL_STEP 8 | ||
74 | #define RGBLIGHT_SLEEP | ||
67 | #endif | 75 | #endif |
68 | 76 | ||
69 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 77 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |