From 46a060cd88c0a9dd00ce462eb47200dcfb744db6 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 22 Mar 2023 23:11:43 +0900 Subject: [PATCH] core: Include action_layer.h --- tmk_core/common/action.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 84201897..21b19652 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h @@ -22,6 +22,7 @@ along with this program. If not, see . #include "keyboard.h" #include "keycode.h" #include "action_code.h" +#include "action_layer.h" #include "action_macro.h"