Skip to content

Commit

Permalink
fix caps word toggle for leader key
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-rc committed Jul 12, 2024
1 parent 4140415 commit 35abb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/zsa/voyager/keymaps/raphrc/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void leader_end_user(void) {
if (leader_sequence_one_key(KC_E)){
SEND_STRING("\e");
} else if (leader_sequence_one_key(KC_A)){
SS_TAP(CW_TOGG);
caps_word_toggle();
}
}

Expand Down

0 comments on commit 35abb4b

Please sign in to comment.