Add layer numbers
This commit is contained in:
parent
0e95ada56c
commit
93898e69da
2 changed files with 17 additions and 7 deletions
|
|
@ -43,10 +43,9 @@
|
|||
#define GUI_EQL RGUI_T(KC_EQL)
|
||||
#define SFT_LBRC RSFT_T(KC_LBRC)
|
||||
#define ALT_RBRC LALT_T(KC_RBRC)
|
||||
|
||||
#define CTL_BSLS RCTL_T(KC_BSLS)
|
||||
|
||||
#define CTL_SCLN RCTL_T(KC_SCLN)
|
||||
|
||||
#define CTL_ESC LCTL_T(KC_ESC)
|
||||
|
||||
#define SYM_ENT LT(_SYM, KC_ENT)
|
||||
|
|
@ -55,6 +54,4 @@
|
|||
#define EXT_TAB LT(_EXT, KC_TAB)
|
||||
#define NAV_ESC LT(_NAV, KC_ESC)
|
||||
#define NAV_TAB LT(_NAV, KC_TAB)
|
||||
#define NAV_ENT LT(_NAV, KC_ENT)
|
||||
|
||||
#define L1_SPC LT(1, KC_SPC)
|
||||
#define NAV_ENT LT(_NAV, KC_ENT)
|
||||
Loading…
Add table
Add a link
Reference in a new issue