From 45d4a7a89883c3433604d4e011b665796a583008 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 29 Oct 2010 15:17:18 +0900 Subject: improve layer switching --- macway/controller.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'macway/controller.h') 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 -- cgit v1.2.3