mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-28 10:05:39 -04:00
Removing rest of single tap tap holds
- now overriding comma and dot - removed autoshift tap holds so I can type faster and do repeats
This commit is contained in:
parent
7a59ddb354
commit
a648a7af4f
5 changed files with 38 additions and 39 deletions
|
@ -103,15 +103,15 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
case TR_EQL:
|
||||
case TR_BSLS:
|
||||
case TR_SLSH:
|
||||
case TR_COMM:
|
||||
/* case TR_COMM:
|
||||
case TR_DOT:
|
||||
/* case TR_PERC:
|
||||
case TR_PERC:
|
||||
case TR_EXLM:
|
||||
case TR_AT: */
|
||||
case TR_AT:
|
||||
case TR_MINS:
|
||||
case TR_GRV:
|
||||
case TR_SCLN:
|
||||
case TR_QUOT:
|
||||
case TR_QUOT: */
|
||||
return process_tap_hold_key(record, keycode);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue