Add more keys to the num layer

This commit is contained in:
Robert O'Farrell 2025-02-25 03:33:44 +00:00
parent ea0cd0f610
commit b1b1dfa535
2 changed files with 4 additions and 3 deletions

View file

@ -53,3 +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)