Browse Source

Add missing #include to keymap.c.

tags/v2.9
flabbergast 8 years ago
parent
commit
cd7f30299a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tmk_core/common/keymap.c

+ 1
- 0
tmk_core/common/keymap.c View File

#include "action_macro.h" #include "action_macro.h"
#include "wait.h" #include "wait.h"
#include "debug.h" #include "debug.h"
#include "bootloader.h"




static action_t keycode_to_action(uint8_t keycode); static action_t keycode_to_action(uint8_t keycode);

Loading…
Cancel
Save