mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-05 03:10:35 -04:00
Swapping Tap hold question mark and astericks
This commit is contained in:
parent
ef67b8610f
commit
7faa790d5a
4 changed files with 9 additions and 9 deletions
|
@ -31,7 +31,7 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode);
|
|||
#define TAPHOLD_PERC KC_PERC, KC_CIRC
|
||||
#define TAPHOLD_EXLM KC_EXLM, KC_DLR
|
||||
#define TAPHOLD_AT KC_AT, KC_AMPR
|
||||
#define TAPHOLD_ASTR KC_ASTR, KC_QUES
|
||||
#define TAPHOLD_QUES KC_QUES, KC_ASTR
|
||||
|
||||
// auto shift
|
||||
#define TAPHOLD_MINS KC_MINS, KC_UNDS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue