diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-19 06:00:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-19 06:00:42 +0000 |
commit | 5632c5db317a7421198dcc314316aab1a6be58ca (patch) | |
tree | bcedd15707f05acdd3c0336a7d89acda8ae47567 /keyboards/0xcb/1337/config.h | |
parent | ca9da27e165529736496092c655ef8e4fa84b853 (diff) | |
parent | 0b560673ce351da3fe7a90237be4ae0ff7d4ef74 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/0xcb/1337/config.h')
-rw-r--r-- | keyboards/0xcb/1337/config.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/keyboards/0xcb/1337/config.h b/keyboards/0xcb/1337/config.h index 25b1eadd91..6d25e49cc9 100644 --- a/keyboards/0xcb/1337/config.h +++ b/keyboards/0xcb/1337/config.h @@ -36,12 +36,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { E6, B4, B2 } \ } #define TAP_CODE_DELAY 10 +#define ENCODER_DIRECTION_FLIP #define ENCODER_RESOLUTION 4 #define ENCODERS_PAD_A { F5 } #define ENCODERS_PAD_B { F6 } #define BACKLIGHT_PIN B5 -// #define BACKLIGHT_BREATHING +#define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 7 #define RGB_DI_PIN D3 @@ -52,8 +53,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_VAL_STEP 8 #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ - /*== all animations enable ==*/ - #define RGBLIGHT_ANIMATIONS + // #define RGBLIGHT_ANIMATIONS + #define RGBLIGHT_EFFECT_BREATHING + #define RGBLIGHT_EFFECT_SNAKE + #define RGBLIGHT_EFFECT_STATIC_GRADIENT + #define RGBLIGHT_EFFECT_RAINBOW_SWIRL + #define RGBLIGHT_EFFECT_RAINBOW_MOOD #endif /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ @@ -65,6 +70,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LOCKING_RESYNC_ENABLE /* Oled Size */ #define OLED_DISPLAY_128X64 +#define OLED_FONT_END 255 +#define OLED_FONT_H "gfxfont.c" /* QMK DFU */ #define QMK_LED B0 |