1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/macway/controller.h
2010-10-30 01:16:47 +09:00

13 lines
177 B
C

#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