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

This commit is contained in:
shela 2019-04-19 09:41:01 +09:00 committed by Drashna Jaelre
parent dd290085c9
commit 8aee82e8b4
2 changed files with 2 additions and 0 deletions

View File

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

View File

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