summaryrefslogtreecommitdiff
path: root/keymap.h
diff options
context:
space:
mode:
authortmk2010-09-30 14:17:01 +0900
committertmk2010-09-30 14:50:23 +0900
commitd3b1af9572e123c939fc355474bf12402c86d292 (patch)
tree5c3f18f6af2bd7ed0333b7f5ed8dd16c4fa69245 /keymap.h
parente7c6839d2d17dd084c8bea1dd43208b3144979d2 (diff)
add mouse function.
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymap.h b/keymap.h
index ac0cc5fea..6b95fb61f 100644
--- 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);