Trying to simplify the taphold code

- only on semicolon
- removed the TR LT define and only doing TH
This commit is contained in:
Victor 2024-04-21 08:21:20 -05:00
parent 49f130585f
commit 052b2795a2
Failed to generate hash of commit
4 changed files with 68 additions and 10 deletions

View file

@ -47,7 +47,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case TR_EQL:
case TR_MINS:
case TR_GRV:
case TR_SCLN:
case TH_SCLN:
case TR_QUOT:
return process_tap_hold_key(record, keycode);