summaryrefslogtreecommitdiff
path: root/keymap.h
diff options
context:
space:
mode:
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 ac0cc5fea6..6b95fb61f6 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);