Fix the layer the tab switches to

This commit is contained in:
Robert O'Farrell 2025-02-25 03:41:59 +00:00
parent b1b1dfa535
commit c96e0cbb0d
2 changed files with 2 additions and 2 deletions

View file

@ -53,4 +53,4 @@
#define NUM_SPC LT(_NUM, KC_SPC)
#define NAV_ESC LT(_NAV, KC_ESC)
#define EXT_TAB LT(_EXT, KC_TAB)
#define NUM_TAB LT(_NUM, KC_TAB)
#define NAV_TAB LT(_NAV, KC_TAB)