This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2010-10-26 12:32:45 +00:00
|
|
|
#ifndef CONTROLLER_H
|
|
|
|
#define CONTROLLER_H 1
|
|
|
|
|
|
|
|
#include "controller_teensy.h"
|
|
|
|
|
2010-10-29 06:17:18 +00:00
|
|
|
|
|
|
|
/* matrix row size */
|
|
|
|
#define MATRIX_ROWS 8
|
|
|
|
/* matrix column size */
|
|
|
|
#define MATRIX_COLS 8
|
|
|
|
|
2010-10-26 12:32:45 +00:00
|
|
|
#endif
|