mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-01 03:50:08 -04:00
Cleaning up documentation
- Was thinking about ways to simplify my design but I forgot layer taps can't take ANSI Shifted Keycodes so I still need to define custom keycodes to make the defines unique
This commit is contained in:
parent
7faa790d5a
commit
fcb238ab2f
3 changed files with 2 additions and 5 deletions
|
@ -120,7 +120,6 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode) {
|
|||
insert_brackets(TAPHOLD_SQUO, WAIT_DELAY);
|
||||
break;
|
||||
|
||||
|
||||
// double tap
|
||||
case TR_EQL:
|
||||
double_tap(TAPHOLD_EQL, WAIT_DELAY);
|
||||
|
|
|
@ -37,6 +37,4 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode);
|
|||
#define TAPHOLD_MINS KC_MINS, KC_UNDS
|
||||
#define TAPHOLD_GRV KC_GRV, KC_TILD
|
||||
#define TAPHOLD_SCLN KC_SCLN, KC_COLN
|
||||
#define TAPHOLD_QUOT KC_QUOT, KC_DQUO
|
||||
|
||||
|
||||
#define TAPHOLD_QUOT KC_QUOT, KC_DQUO
|
|
@ -80,7 +80,7 @@ enum keycodes {
|
|||
|
||||
|
||||
// tap hoLd. These will be intercepted and overridden. The LT will be ignored
|
||||
#define TR_LCBR LT(_DEFAULT_LAYER_1, TH_LCBR) // bracket behvavior
|
||||
#define TR_LCBR LT(_DEFAULT_LAYER_1, TH_LCBR) // bracket behavior
|
||||
#define TR_LABK LT(_DEFAULT_LAYER_1, TH_LABK)
|
||||
#define TR_LBRC LT(_DEFAULT_LAYER_1, TH_LBRC)
|
||||
#define TR_LPRN LT(_DEFAULT_LAYER_1, TH_LPRN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue