Skip to content

Commit

Permalink
Open the flood gates!
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed Dec 14, 2023
1 parent 568bad5 commit 4a11e69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions combos.def
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ COMB(lang, KC_LT, KC_X, KC_C)
COMB(rang, KC_GT, KC_COMM, KC_DOT)

/* Symbols */
/* COMB(mins, KC_MINUS, KC_P, KC_T)
COMB(mins, KC_MINUS, KC_P, KC_T)
COMB(unds, KC_UNDERSCORE, KC_L, KC_N)
COMB(eqal, KC_EQUAL, KC_F, KC_S)
COMB(excl, KC_EXCLAIM, KC_U, KC_E) */
COMB(excl, KC_EXCLAIM, KC_U, KC_E)

/* Functions */
// COMB(capw, C_CAPW, KC_G, KC_M)
Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
#ifdef RGBLIGHT_LIMIT_VAL
#undef RGBLIGHT_LIMIT_VAL
#endif
#define RGBLIGHT_LIMIT_VAL 50
#define RGBLIGHT_LIMIT_VAL 120
#define RGBLIGHT_LAYERS_RETAIN_VAL
2 changes: 1 addition & 1 deletion rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RGBLIGHT_ENABLE=yes
# ENCODER_ENABLE=yes
ENCODER_ENABLE=yes
HAPTIC_ENABLE=yes
AUDIO_ENABLE=yes

Expand Down

0 comments on commit 4a11e69

Please sign in to comment.