From 5249a606f11049603b982bacb26da1fd9a60adee Mon Sep 17 00:00:00 2001
From: Joel Challis
Date: Mon, 24 Jan 2022 22:20:08 +0000
Subject: Fix up issue with PROGMEM and hand_swap_config (#16027)
---
quantum/action.h | 1 +
1 file changed, 1 insertion(+)
(limited to 'quantum')
diff --git a/quantum/action.h b/quantum/action.h
index 671a8bc190..39b5da63b8 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"
--
cgit v1.2.3