Add layer numbers

This commit is contained in:
Robert O'Farrell 2025-09-22 16:20:57 +10:00 committed by GitHub
parent 0e95ada56c
commit 93898e69da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 7 deletions

View file

@ -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)