Further tweaks

This commit is contained in:
Robert O'Farrell 2025-09-23 12:06:49 +10:00 committed by GitHub
parent 310e3861bc
commit 71f1a220b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -52,6 +52,8 @@
#define SYM_SPC LT(_SYM, KC_SPC)
#define NUM_SPC LT(_NUM, KC_SPC)
#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 NAV_ENT LT(_NAV, KC_ENT)
#define NAV_RGUI LT(_NAV, KC_RGUI)