2020-05-17 08:10:54 +02:00
|
|
|
#pragma once
|
2017-09-19 16:27:46 +02:00
|
|
|
|
2020-05-17 08:10:54 +02:00
|
|
|
#define RGB_DI_PIN E2
|
2022-10-15 18:55:12 +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
|
2020-05-17 08:10:54 +02:00
|
|
|
# define RGBLED_NUM 16
|
|
|
|
# define RGBLIGHT_HUE_STEP 8
|
|
|
|
# define RGBLIGHT_SAT_STEP 8
|
|
|
|
# define RGBLIGHT_VAL_STEP 8
|
|
|
|
# define RGBLIGHT_SLEEP
|
|
|
|
|
2017-09-19 16:27:46 +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
|
2020-01-21 16:48:13 +01:00
|
|
|
|
|
|
|
/* VIA related config */
|
2020-03-07 01:11:41 +01:00
|
|
|
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
|