summaryrefslogtreecommitdiff
path: root/quantum/action.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-01-24 22:20:08 +0000
committerGitHub <noreply@github.com>2022-01-24 22:20:08 +0000
commit5249a606f11049603b982bacb26da1fd9a60adee (patch)
tree3aadec0d5d90b08fef7e245d18fa8a9ca70a1743 /quantum/action.h
parent1d11ae3087f583c4f4756169802b33adea71ed94 (diff)
Fix up issue with PROGMEM and hand_swap_config (#16027)
Diffstat (limited to 'quantum/action.h')
-rw-r--r--quantum/action.h1
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
#include <stdint.h>
#include <stdbool.h>
+#include "progmem.h"
#include "keyboard.h"
#include "keycode.h"
#include "action_code.h"