Skip to content

Commit

Permalink
Enable caps word
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivaan committed Aug 10, 2024
1 parent ef99e02 commit 24b6a2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions keyboards/keebio/iris/keymaps/ivaan/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_MAX_SPEED 64 // Maximum cursor speed at which acceleration stops
#define MOUSEKEY_TIME_TO_MAX 128 // Number of frames until maximum cursor speed is reached
#define MOUSEKEY_FRICTION 12 // How quickly the cursor stops after releasing a key

#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
2 changes: 1 addition & 1 deletion keyboards/keebio/iris/keymaps/ivaan/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//├────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────┼────────┤
_______, KC_G, KC_A, KC_S, KC_D, KC_F, KC_H, KC_J, KC_K, KC_L, KC_SCLN, _______,
//├────────┼────────┼────────┼────────┼────────┼────────┼────────┐ ┌────────┼────────┼────────┼────────┼────────┼────────┼────────┤
_______, _______, _______, _______, _______, _______, _______, _______, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, _______,
_______, KC_LCTL, KC_LSFT, _______, _______, _______, _______, _______, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, _______,
//└────────┴────────┴────────┴───┬────┴───┬────┴───┬────┴───┬────┘ └───┬────┴───┬────┴───┬────┴───┬────┴────────┴────────┴────────┘
_______, TG(4), KC_SPC, KC_SPC, _______, _______
// └────────┴────────┴────────┘ └────────┴────────┴────────┘
Expand Down
3 changes: 2 additions & 1 deletion keyboards/keebio/iris/keymaps/ivaan/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
COMBO_ENABLE = yes
MOUSEKEY_ENABLE = yes
MOUSEKEY_ENABLE = yes
CAPS_WORD_ENABLE = yes

0 comments on commit 24b6a2e

Please sign in to comment.