Skip to content

Commit

Permalink
Fix grave combo
Browse files Browse the repository at this point in the history
  • Loading branch information
halcyonCorsair committed Mar 5, 2022
1 parent 512ed65 commit c05fe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/halcyoncorsair/combos.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COMB(IU_GREATER, KC_GT, HOME_I, KC_U)
COMB(EQULS, KC_EQL, KC_H, KC_DOT)
COMB(PLUS, KC_PLUS, KC_H, KC_COMM)
COMB(MINUS, KC_MINS, KC_DOT, KC_COMM)
COMB(AD_GRAVE, KC_GRV, HOME_A, KC_D)
COMB(AD_GRAVE, KC_GRV, HOME_S, KC_D)
COMB(CR_TILDE, KC_TILD, KC_C, HOME_R)
SUBS(ML_ARROW, "->", KC_M, KC_L)
SUBS(FAT_ARROW, "=>", HOME_N, KC_SCLN)
Expand Down

0 comments on commit c05fe58

Please sign in to comment.