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

@ -28,9 +28,9 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode);
//Custom: things like overriding default shifted key
#define TAPHOLD_COMM KC_COMM, KC_LPRN
#define TAPHOLD_DOT KC_DOT, KC_RPRN
#define TAPHOLD_PERC KC_PERC, KC_CIRC
#define TAPHOLD_EXLM KC_EXLM, KC_DLR
#define TAPHOLD_AT KC_AT, KC_AMPR
//#define TAPHOLD_PERC KC_PERC, KC_CIRC
//#define TAPHOLD_EXLM KC_EXLM, KC_DLR
//#define TAPHOLD_AT KC_AT, KC_AMPR
//auto shift
#define TAPHOLD_MINS KC_MINS, KC_UNDS