File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
keyboards/crkbd/rev1/keymaps/bpg Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
2323//#define USE_MATRIX_I2C
2424
25- //#define QUICK_TAP_TERM 0
26- //#define TAPPING_TERM 100
2725#define MASTER_RIGHT
2826#define TAPPING_TERM 200
2927#define TAPPING_FORCE_HOLD
3028#define PERMISSIVE_HOLD
3129#define CHORDAL_HOLD
3230
3331#ifdef RGBLIGHT_ENABLE
34- #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
35- #define RGBLIGHT_LIMIT_VAL 120
36- #define RGBLIGHT_HUE_STEP 10
37- #define RGBLIGHT_SAT_STEP 17
38- #define RGBLIGHT_VAL_STEP 17
32+ # undef RGBLED_NUM
33+ # define RGBLIGHT_ANIMATIONS
34+ # define RGBLED_NUM 54
35+ # undef RGBLED_SPLIT
36+ # define RGBLED_SPLIT \
37+ { 27, 27 }
38+ # define RGBLIGHT_LIMIT_VAL 120
39+ # define RGBLIGHT_HUE_STEP 10
40+ # define RGBLIGHT_SAT_STEP 17
41+ # define RGBLIGHT_VAL_STEP 17
42+ # define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL
3943#endif
44+
45+ #define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
You can’t perform that action at this time.
0 commit comments