summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb
diff options
context:
space:
mode:
authorshela <shelaf@users.noreply.github.com>2019-04-19 02:41:01 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-19 02:41:01 +0200
commit8aee82e8b4d8108d8a9a56f8fd61ae1281ee4165 (patch)
tree9db338856bf9d5a799f8d060f9448e2e4862a381 /keyboards/hhkb
parentdd290085c9e9c7d87fed64170407ca4cdc3c7433 (diff)
downloadqmk_firmware-8aee82e8b4d8108d8a9a56f8fd61ae1281ee4165.tar.gz
qmk_firmware-8aee82e8b4d8108d8a9a56f8fd61ae1281ee4165.tar.xz
[Keymap] Fix compilation error of feature #4301 (#5649)
Diffstat (limited to 'keyboards/hhkb')
-rw-r--r--keyboards/hhkb/keymaps/shela/action_pseudo_lut.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/hhkb/keymaps/shela/action_pseudo_lut.c b/keyboards/hhkb/keymaps/shela/action_pseudo_lut.c
index 5664d4d2a..a15f5e5e0 100644
--- a/keyboards/hhkb/keymaps/shela/action_pseudo_lut.c
+++ b/keyboards/hhkb/keymaps/shela/action_pseudo_lut.c
@@ -1,4 +1,5 @@
#include "quantum.h"
+#include "command.h"
#include "action_pseudo_lut.h"
static uint8_t send_key_shift_bit[SHIFT_BIT_SIZE];