]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - common/host.c
Add keycode.h and remove usb_keycodes.h.
[max/tmk_keyboard.git] / common / host.c
index 0a03807f732e609e81ea9d549bbd2f794caac9cf..37f707d0b310a42ec9db70e83ed539c9c60e0729 100644 (file)
@@ -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"