aboutsummaryrefslogtreecommitdiff
path: root/macway/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'macway/controller.h')
-rw-r--r--macway/controller.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/macway/controller.h b/macway/controller.h
deleted file mode 100644
index 22fd694ff..000000000
--- a/macway/controller.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#ifndef CONTROLLER_H
2#define CONTROLLER_H 1
3
4#include "controller_teensy.h"
5
6
7/* matrix row size */
8#define MATRIX_ROWS 9
9/* matrix column size */
10#define MATRIX_COLS 8
11
12#endif