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