Qukeys.cpp: Don't include `key_defs_keymaps.h`

It's pulled in by <Kaleidoscope.h> anyway, no need to include it explicitly.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/389/head
Gergely Nagy 6 years ago
parent 151efb438c
commit 36ae6282ba
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -21,7 +21,6 @@
#include <kaleidoscope/hid.h>
#include <MultiReport/Keyboard.h>
#include <Kaleidoscope-Ranges.h>
#include <key_defs_keymaps.h>
#ifdef ARDUINO_VIRTUAL
#define debug_print(...) printf(__VA_ARGS__)

Loading…
Cancel
Save