mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-06 11:50:36 -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
|
@ -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