فهرست منبع

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

shela 6 سال پیش
والد
کامیت
8aee82e8b4
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      keyboards/comet46/keymaps/satt/action_pseudo_lut.c
  2. 1 0
      keyboards/hhkb/keymaps/shela/action_pseudo_lut.c

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