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

@ -109,6 +109,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case TR_PERC:
case TR_EXLM:
case TR_AT:
case TR_ASTR:
case TR_MINS:
case TR_GRV:
case TR_SCLN: