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:
Victor 2024-05-07 23:12:13 -05:00
parent 7a59ddb354
commit a648a7af4f
Failed to generate hash of commit
5 changed files with 38 additions and 39 deletions

View file

@ -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);
}