diff options
author | tmk <nobody@nowhere> | 2012-10-17 21:43:44 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-17 21:43:44 +0900 |
commit | ce2e06c39465b76a1780e5d594eaea7697afafd6 (patch) | |
tree | fa5d10c6741380190825a27a1c77a38ee5a893d9 /protocol/pjrc/usb_keyboard.c | |
parent | 8570c25379e168874fb4cdc7ee0590829a0f0d2c (diff) |
Fix projects for new keycodes
Diffstat (limited to 'protocol/pjrc/usb_keyboard.c')
-rw-r--r-- | protocol/pjrc/usb_keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/pjrc/usb_keyboard.c b/protocol/pjrc/usb_keyboard.c index e057c77fa1..49b85c179f 100644 --- a/protocol/pjrc/usb_keyboard.c +++ b/protocol/pjrc/usb_keyboard.c @@ -23,7 +23,7 @@ #include <avr/interrupt.h> #include <avr/pgmspace.h> -#include "usb_keycodes.h" +#include "keycode.h" #include "usb_keyboard.h" #include "print.h" #include "debug.h" |