From 2f80e790c6310ad24a4cb3d4a72c31314364fef7 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 27 Oct 2010 20:51:45 +0900 Subject: new build method for macway --- macway/matrix.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 macway/matrix.h (limited to 'macway/matrix.h') diff --git a/macway/matrix.h b/macway/matrix.h new file mode 100644 index 000000000..c11f1f3e2 --- /dev/null +++ b/macway/matrix.h @@ -0,0 +1,15 @@ +#ifndef MATRIX_H +#define MATRIX_H 1 + +#include +#include "matrix_skel.h" + + +#define MATRIX_ROWS 9 +#define MATRIX_COLS 8 + + +extern uint8_t *matrix; +extern uint8_t *matrix_prev; + +#endif -- cgit v1.2.3