]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keymap.h
add mouse function.
[tmk_firmware.git] / keymap.h
index ac0cc5fea66bd64bfd777f8f0e819fdc15c7491b..6b95fb61f6e8595610cda068122153d50951b426 100644 (file)
--- a/keymap.h
+++ b/keymap.h
@@ -2,7 +2,7 @@
 #define KEYMAP_H 1
 
 #include <stdint.h>
-#include "usbkeycodes.h"
+#include "usb_keycodes.h"
 
 int get_layer(void);
 uint8_t get_keycode(int layer, int row, int col);