summaryrefslogtreecommitdiff
path: root/keymap.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-08-23 15:46:24 +0900
committertmk <nobody@nowhere>2010-08-23 23:11:14 +0900
commit3b31337cd8a5fe8b02924f2056ad2648a028c563 (patch)
tree060cc2413f74f89c957655d3fe954ac58c3ae42d /keymap.h
parentc17f07819ffeb119a09d4acdfa5097b272d2e2f9 (diff)
perform nomal keyboard behavior. It works now!!!
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keymap.h b/keymap.h
index bf6e472404..7a84ea31e6 100644
--- a/keymap.h
+++ b/keymap.h
@@ -6,4 +6,7 @@
uint8_t get_keycode(uint8_t row, uint8_t col);
+#define MATRIX_ROWS 9
+#define MATRIX_COLS 8
+
#endif