浏览代码

[Keymap] Fix compilation error of feature #4301 (#5649)

shela 6 年之前
父节点
当前提交
8aee82e8b4

+ 1 - 0
keyboards/comet46/keymaps/satt/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];

+ 1 - 0
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];