From 284d15f4e88bb69c7831aad54f26d0e5bec2bf19 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 18 Apr 2024 20:46:11 -0500 Subject: [PATCH] Accidentally cleaned up too much - had to add back the FUNC and CONFIG bindings --- users/t4corun/t4corun.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/t4corun/t4corun.h b/users/t4corun/t4corun.h index 6460e08d..31617dca 100644 --- a/users/t4corun/t4corun.h +++ b/users/t4corun/t4corun.h @@ -44,6 +44,8 @@ enum keycodes { #define NAV MO(_NAVIGATION) #define NAV_0 LT(_NAVIGATION, KC_0) #define NUM MO(_NUMBER) +#define FUNC MO(_FUNCTION) +#define CONFIG MO(_CONFIG) // Windows Shortcuts #define SC_COPY LCTL(KC_C)