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 qmk_firmware-373ab0e7192811944786c095facb80938c33f1d5.zip | |
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/>. | |||
| 17 | 17 | ||
| 18 | #include <stdint.h> | 18 | #include <stdint.h> |
| 19 | #include <avr/interrupt.h> | 19 | #include <avr/interrupt.h> |
| 20 | #include "usb_keycodes.h" | 20 | #include "keycode.h" |
| 21 | #include "host.h" | 21 | #include "host.h" |
| 22 | #include "util.h" | 22 | #include "util.h" |
| 23 | #include "debug.h" | 23 | #include "debug.h" |
