Skip to content

Commit

Permalink
fix SEND_STRING wrong keycode
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-rc committed Jul 12, 2024
1 parent 71226dc commit 6427846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/zsa/voyager/keymaps/raphrc/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ void leader_start_user(void) {
}

void leader_end_user(void) {
if (leader_sequende_one_key(KC_E)){
SS_TAP("\e");
if (leader_sequence_one_key(KC_E)){
SEND_STRING("\e");
}
}

Expand Down

0 comments on commit 6427846

Please sign in to comment.