summaryrefslogtreecommitdiffstats
path: root/mykey.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-09-23 13:23:50 +0200
committertmk <nobody@nowhere>2010-09-23 13:23:50 +0200
commit7fd9003f59ad6a1de8d8b70fae74ba16df666c09 (patch)
tree965fa71209fbb0a947aa9848ab9dba2247d9b5b9 /mykey.c
parent6be0e4fafb3875264317f048b2c823dea87a9f49 (diff)
downloadqmk_firmware-7fd9003f59ad6a1de8d8b70fae74ba16df666c09.tar.gz
qmk_firmware-7fd9003f59ad6a1de8d8b70fae74ba16df666c09.tar.xz
divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
Diffstat (limited to 'mykey.c')
-rw-r--r--mykey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mykey.c b/mykey.c
index 0ced20dd0..317629848 100644
--- a/mykey.c
+++ b/mykey.c
@@ -30,7 +30,7 @@
#include <avr/interrupt.h>
#include <util/delay.h>
-#include "usb_keyboard_debug.h"
+#include "usb_device.h"
#include "print.h"
#include "matrix.h"
#include "keymap.h"