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