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