Accidentally cleaned up too much

- had to add back the FUNC and CONFIG bindings
This commit is contained in:
Victor 2024-04-18 20:46:11 -05:00
parent 567bbb7d25
commit 284d15f4e8
Failed to generate hash of commit

View file

@ -44,6 +44,8 @@ enum keycodes {
#define NAV MO(_NAVIGATION) #define NAV MO(_NAVIGATION)
#define NAV_0 LT(_NAVIGATION, KC_0) #define NAV_0 LT(_NAVIGATION, KC_0)
#define NUM MO(_NUMBER) #define NUM MO(_NUMBER)
#define FUNC MO(_FUNCTION)
#define CONFIG MO(_CONFIG)
// Windows Shortcuts // Windows Shortcuts
#define SC_COPY LCTL(KC_C) #define SC_COPY LCTL(KC_C)