mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-07 08:04:16 -04:00
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:
parent
bd0ef31328
commit
63de251048
5 changed files with 34 additions and 18 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue