summaryrefslogtreecommitdiffstats
path: root/keymap_hhkb.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-10 01:50:36 +0900
committertmk <nobody@nowhere>2010-10-10 01:50:36 +0900
commit958875247cc7f5e3d4466b2cadaa827f4dda108c (patch)
treecec3ef675eece5227acd87fd4b98d07528328215 /keymap_hhkb.h
parent2c453c726920f7ee113f28ddbc85d891b7ef1ba9 (diff)
HHKB support.
Diffstat (limited to 'keymap_hhkb.h')
-rw-r--r--keymap_hhkb.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keymap_hhkb.h b/keymap_hhkb.h
new file mode 100644
index 0000000000..d2af65e969
--- /dev/null
+++ b/keymap_hhkb.h
@@ -0,0 +1,13 @@
+#ifndef KEYMAP_H
+#define KEYMAP_H 1
+
+#include <stdint.h>
+#include "usb_keycodes.h"
+
+int get_layer(void);
+uint8_t get_keycode(int layer, int row, int col);
+
+#define MATRIX_ROWS 8
+#define MATRIX_COLS 8
+
+#endif