Bläddra i källkod

Add missing #include to keymap.c.

tags/v2.9
flabbergast 8 år sedan
förälder
incheckning
cd7f30299a
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      tmk_core/common/keymap.c

+ 1
- 0
tmk_core/common/keymap.c Visa fil

@@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_macro.h"
#include "wait.h"
#include "debug.h"
#include "bootloader.h"


static action_t keycode_to_action(uint8_t keycode);

Laddar…
Avbryt
Spara