X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=macway%2Fcontroller.h;h=22fd694ff8a9dc9d281589f41fda1c8f7c26bd68;hb=45d4a7a89883c3433604d4e011b665796a583008;hp=aa862cdc1c4abdbbda130ae473a2694461778786;hpb=2f80e790c6310ad24a4cb3d4a72c31314364fef7;p=max%2Ftmk_keyboard.git diff --git a/macway/controller.h b/macway/controller.h index aa862cdc..22fd694f 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