Browse Source

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

pull/5651/head
shela 5 years ago
committed by Drashna Jaelre
parent
commit
8aee82e8b4
2 changed files with 2 additions and 0 deletions
  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 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];


+ 1
- 0
keyboards/hhkb/keymaps/shela/action_pseudo_lut.c 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];


Loading…
Cancel
Save