Skip to content

Commit

Permalink
Tweak per key force hold for hrm shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
halcyonCorsair committed Mar 3, 2022
1 parent 2114c69 commit c2eba9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboards/splitkb/kyria/keymaps/halcyoncorsair/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ bool get_hold_on_other_key_press(uint16_t keycode, keyrecord_t *record) {
case QK_LAYER_TAP ... QK_LAYER_TAP_MAX:
// Immediately select the hold action when another key is pressed.
return true;
case HOME_T:
case HOME_N:
return true;
default:
// Do not select the hold action when another key is pressed.
return false;
Expand Down

0 comments on commit c2eba9a

Please sign in to comment.