summaryrefslogtreecommitdiff
path: root/hhkb/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'hhkb/matrix.h')
-rw-r--r--hhkb/matrix.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/hhkb/matrix.h b/hhkb/matrix.h
deleted file mode 100644
index 5efffea5f5..0000000000
--- a/hhkb/matrix.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MATRIX_H
-#define MATRIX_H 1
-
-#include <stdbool.h>
-#include "matrix_skel.h"
-
-
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 8
-
-
-extern uint8_t *matrix;
-extern uint8_t *matrix_prev;
-
-#endif