summaryrefslogtreecommitdiff
path: root/tmk.c
diff options
context:
space:
mode:
authortmk2010-10-24 01:17:26 +0900
committertmk2010-10-24 01:17:26 +0900
commit06eb50be07ff16e4bfb046e4773185d9bcf048e9 (patch)
tree86a8fb688282004893eedd28641f8300c9d812d1 /tmk.c
parent9d7979931e0037fc5ddc77a2cb895eb055501f34 (diff)
hhkb: refactored
Diffstat (limited to 'tmk.c')
-rw-r--r--tmk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk.c b/tmk.c
index c01972514..cd52d318e 100644
--- a/tmk.c
+++ b/tmk.c
@@ -34,7 +34,7 @@
#include "usb_keyboard.h"
#include "usb_mouse.h"
#include "print.h"
-#include "matrix.h"
+#include "matrix_skel.h"
#include "keymap.h"
#include "jump_bootloader.h"