diff options
author | tmk <nobody@nowhere> | 2012-10-09 14:36:13 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-17 15:55:37 +0900 |
commit | 373ab0e7192811944786c095facb80938c33f1d5 (patch) | |
tree | af609b1318ebb8e08897460af7dc894c389cea02 /common/host.c | |
parent | 16ba9bda5601ebef6e4db04a5ad079af32370815 (diff) | |
download | qmk_firmware-373ab0e7192811944786c095facb80938c33f1d5.tar.gz |
Add keycode.h and remove usb_keycodes.h.
Diffstat (limited to 'common/host.c')
-rw-r--r-- | common/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/host.c b/common/host.c index 0a03807f7..37f707d0b 100644 --- a/common/host.c +++ b/common/host.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <stdint.h> #include <avr/interrupt.h> -#include "usb_keycodes.h" +#include "keycode.h" #include "host.h" #include "util.h" #include "debug.h" |