mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-30 11:00:09 -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 @@ enum keycodes {
|
|||
TH_PERC,
|
||||
TH_EXLM,
|
||||
TH_AT,
|
||||
TH_ASTR,
|
||||
TH_QUES,
|
||||
|
||||
TH_MINS,
|
||||
TH_GRV,
|
||||
|
@ -95,7 +95,7 @@ enum keycodes {
|
|||
#define TR_PERC LT(_DEFAULT_LAYER_1, TH_PERC)
|
||||
#define TR_EXLM LT(_DEFAULT_LAYER_1, TH_EXLM)
|
||||
#define TR_AT LT(_DEFAULT_LAYER_1, TH_AT)
|
||||
#define TR_ASTR LT(_DEFAULT_LAYER_1, TH_ASTR)
|
||||
#define TR_QUES LT(_DEFAULT_LAYER_1, TH_QUES)
|
||||
|
||||
#define TR_MINS LT(_DEFAULT_LAYER_1, TH_MINS) // auto shift
|
||||
#define TR_GRV LT(_DEFAULT_LAYER_1, TH_GRV)
|
||||
|
@ -193,7 +193,7 @@ enum keycodes {
|
|||
|
||||
#define LAYER_SYMBOL \
|
||||
KC_ESC, KC_BTN3, KC_BTN2, KC_BTN1, TR_GRV, TR_EQL, KC_HASH, TR_LABK, KC_RABK, TR_PERC, \
|
||||
_GACS_MODS________________________, TR_SCLN, TR_AT, TR_ASTR, TR_LBRC, KC_RBRC, TR_SQUO, \
|
||||
_GACS_MODS________________________, TR_SCLN, TR_AT, TR_QUES, TR_LBRC, KC_RBRC, TR_SQUO, \
|
||||
_UCCPR_L___________________________________, TR_BSLS, TR_SLSH, TR_LPRN, KC_RPRN, TR_MINS, \
|
||||
_LAYER_TRANS_____________, TR_EXLM, _______, ___x___
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue