Replacing some tap holds with key overrides

- percent, exlm, and at are now key overrides
- I now have to press shift to get the once held keycodes, but now
I can hold down those keys to get repeating output
This commit is contained in:
Victor 2024-05-07 22:46:57 -05:00
parent bd0ef31328
commit 63de251048
Failed to generate hash of commit
5 changed files with 34 additions and 18 deletions

View file

@ -105,9 +105,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case TR_SLSH:
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: