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/hhkb/controller.h

13 lines
177 B
C
Raw Normal View History

#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
#endif