From b290cd6ce686bc6ff75f4776db9abe8357224af0 Mon Sep 17 00:00:00 2001 From: zvecr Date: Mon, 24 Jan 2022 22:18:21 +0000 Subject: [PATCH] Fix up issue with PROGMEM and hand_swap_config --- quantum/action.h | 1 + 1 file changed, 1 insertion(+) diff --git a/quantum/action.h b/quantum/action.h index 671a8bc19058..39b5da63b865 100644 --- a/quantum/action.h +++ b/quantum/action.h @@ -19,6 +19,7 @@ along with this program. If not, see . #include #include +#include "progmem.h" #include "keyboard.h" #include "keycode.h" #include "action_code.h"