From 7a4e3d8b5c9796e540e0db1071cad65bfb45ef5f Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 9 May 2024 22:31:27 -0500 Subject: [PATCH] More fixing small bugs - Didn't make momentary layer for number --- users/t4corun/t4corun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/t4corun/t4corun.h b/users/t4corun/t4corun.h index e3f46acf..ac4faef0 100644 --- a/users/t4corun/t4corun.h +++ b/users/t4corun/t4corun.h @@ -50,7 +50,7 @@ enum keycodes { // momentary layer #define NAV MO(_NAVIGATION) #define NAV_0 LT(_NAVIGATION, KC_0) -#define SYM MO(_SYMBOL) +#define NUM MO(_NUMBER) #define FUNC MO(_FUNCTION) #define CONFIG MO(_CONFIG)