From 2a562a4191a5b9e88731efb5eabd921821f25f7e Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 2 Jan 2011 23:52:13 +0900 Subject: Add PS/2 mouse support to connect TrackPoint Unit. Change build options: Makefile and config.h. See README. --- hhkb/controller.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 hhkb/controller.h (limited to 'hhkb/controller.h') diff --git a/hhkb/controller.h b/hhkb/controller.h deleted file mode 100644 index 32a10b7cd1..0000000000 --- a/hhkb/controller.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef CONTROLLER_H -#define CONTROLLER_H 1 - -#include "controller_teensy.h" - - -/* matrix row size */ -#define MATRIX_ROWS 8 -/* matrix column size */ -#define MATRIX_COLS 8 - -#endif -- cgit v1.2.3