diff options
author | tmk <nobody@nowhere> | 2011-01-02 23:52:13 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-01-02 23:52:13 +0900 |
commit | 2a562a4191a5b9e88731efb5eabd921821f25f7e (patch) | |
tree | 20f5bb311ff99ced3dd8ee2d9430e2fbe8183f7b /macway/controller.h | |
parent | 1ed336a06499c1baee2421141d59d115f0ee3c4b (diff) | |
download | qmk_firmware-2a562a4191a5b9e88731efb5eabd921821f25f7e.tar.gz qmk_firmware-2a562a4191a5b9e88731efb5eabd921821f25f7e.zip |
Add PS/2 mouse support to connect TrackPoint Unit.
Change build options: Makefile and config.h. See README.
Diffstat (limited to 'macway/controller.h')
-rw-r--r-- | macway/controller.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/macway/controller.h b/macway/controller.h deleted file mode 100644 index 22fd694ff8..0000000000 --- a/macway/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 9 -/* matrix column size */ -#define MATRIX_COLS 8 - -#endif |