Adding one more tap hold

- holding astericks now gives question mark
This commit is contained in:
Victor 2024-05-07 23:57:02 -05:00
parent aaa2269240
commit be2edd05cc
Failed to generate hash of commit
4 changed files with 12 additions and 2 deletions

View file

@ -31,6 +31,7 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode);
#define TAPHOLD_PERC KC_PERC, KC_CIRC
#define TAPHOLD_EXLM KC_EXLM, KC_DLR
#define TAPHOLD_AT KC_AT, KC_AMPR
#define TAPHOLD_ASTR KC_ASTR, KC_QUES
// auto shift
#define TAPHOLD_MINS KC_MINS, KC_UNDS