From 06eb50be07ff16e4bfb046e4773185d9bcf048e9 Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 24 Oct 2010 01:17:26 +0900 Subject: hhkb: refactored --- hhkb/matrix.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hhkb/matrix.h (limited to 'hhkb/matrix.h') diff --git a/hhkb/matrix.h b/hhkb/matrix.h new file mode 100644 index 000000000..5efffea5f --- /dev/null +++ b/hhkb/matrix.h @@ -0,0 +1,15 @@ +#ifndef MATRIX_H +#define MATRIX_H 1 + +#include +#include "matrix_skel.h" + + +#define MATRIX_ROWS 8 +#define MATRIX_COLS 8 + + +extern uint8_t *matrix; +extern uint8_t *matrix_prev; + +#endif -- cgit v1.2.3