diff options
Diffstat (limited to 'hhkb/controller.h')
-rw-r--r-- | hhkb/controller.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hhkb/controller.h b/hhkb/controller.h index aa862cdc1c..32a10b7cd1 100644 --- a/hhkb/controller.h +++ b/hhkb/controller.h @@ -3,4 +3,10 @@ #include "controller_teensy.h" + +/* matrix row size */ +#define MATRIX_ROWS 8 +/* matrix column size */ +#define MATRIX_COLS 8 + #endif |