mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-16 12:25:29 -04:00
Trying to simplify the taphold code
- only on semicolon - removed the TR LT define and only doing TH
This commit is contained in:
parent
49f130585f
commit
052b2795a2
4 changed files with 68 additions and 10 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue