mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-14 11:25:29 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue