aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/matrix.h')
-rw-r--r--tmk_core/common/matrix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h
index e36f01460..b570227a3 100644
--- a/tmk_core/common/matrix.h
+++ b/tmk_core/common/matrix.h
@@ -32,8 +32,6 @@ typedef uint32_t matrix_row_t;
32 32
33#define MATRIX_ROW_SHIFTER ((matrix_row_t)1) 33#define MATRIX_ROW_SHIFTER ((matrix_row_t)1)
34 34
35#define MATRIX_IS_ON(row, col) (matrix_get_row(row) && (1 << col))
36
37#ifdef __cplusplus 35#ifdef __cplusplus
38extern "C" { 36extern "C" {
39#endif 37#endif