Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Eco keymap, factor Crkbd keymap to community layout, other minor tweaks #10705

Merged
merged 9 commits into from
Nov 6, 2020
Prev Previous commit
Next Next commit
Fix underglow animations for Crkbd w/ Split Common
  • Loading branch information
bcat committed Oct 21, 2020
commit a33b8af80a84b6969350d0608d6dd56ec715fb33
7 changes: 7 additions & 0 deletions layouts/community/split_3x6_3/bcat/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
#if defined(KEYBOARD_crkbd_rev1_common) || defined(KEYBOARD_crkbd_rev1_legacy)
# define EE_HANDS

# if defined(RGBLIGHT_ENABLE)
/* Configure RGB for underglow only (first six LEDs on each side). */
# undef RGBLED_SPLIT
# define RGBLED_SPLIT \
{ 6, 6 }
# endif

# if defined(RGB_MATRIX_ENABLE)
/* Limit max RGB LED current to avoid tripping controller fuse. */
# undef RGB_MATRIX_MAXIMUM_BRIGHTNESS
Expand Down
3 changes: 3 additions & 0 deletions users/bcat/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 17
# define RGBLIGHT_VAL_STEP 17

/* Turn on additional RGB animations. */
# define RGBLIGHT_ANIMATIONS
#endif

#if defined(BACKLIGHT_ENABLE)
Expand Down