2021-04-10 02:37:49 +02:00
|
|
|
#pragma once
|
2018-12-03 17:00:00 +01:00
|
|
|
|
|
|
|
/* Select hand configuration */
|
|
|
|
|
2021-04-10 02:37:49 +02:00
|
|
|
#define MASTER_LEFT
|
|
|
|
// #define MASTER_RIGHT
|
2018-12-03 17:00:00 +01:00
|
|
|
// #define EE_HANDS
|
|
|
|
|
|
|
|
#define SWAP_SCLN
|
|
|
|
|
|
|
|
// #define TAPPING_FORCE_HOLD
|
2019-03-09 17:22:21 +01:00
|
|
|
#define TAPPING_TERM 300
|
|
|
|
#define IGNORE_MOD_TAP_INTERRUPT
|
2018-12-03 17:00:00 +01:00
|
|
|
|
2021-04-10 02:37:49 +02:00
|
|
|
#ifdef RGBLIGHT_ENABLE
|
|
|
|
# undef RGBLED_NUM
|
|
|
|
# define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
|
|
|
# define RGBLED_NUM 27
|
|
|
|
# define RGBLIGHT_LIMIT_VAL 100
|
|
|
|
# define RGBLIGHT_HUE_STEP 10
|
|
|
|
# define RGBLIGHT_SAT_STEP 17
|
|
|
|
# define RGBLIGHT_VAL_STEP 17
|
|
|
|
#endif // RGBLIGHT_ENABLE
|
2018-12-03 17:00:00 +01:00
|
|
|
|
2021-04-10 02:37:49 +02:00
|
|
|
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
|