summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-29 21:45:35 +0000
committerQMK Bot <hello@qmk.fm>2020-12-29 21:45:35 +0000
commit9634c72d7e925ceff9f930153c59b098e4ae8a72 (patch)
tree2b3f829b89a0ff5be2d0aaa81160bc4ebd273719 /tmk_core
parent8609fe8f46dac2c5d0ac24dfdd6bc321c8602de3 (diff)
parent2573ed8c6bc3ce5dcccbd3fddc2e8fe5a0377eac (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core')
-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 e36f014600..b570227a31 100644
--- a/tmk_core/common/matrix.h
+++ b/tmk_core/common/matrix.h
@@ -32,8 +32,6 @@ typedef uint32_t matrix_row_t;
#define MATRIX_ROW_SHIFTER ((matrix_row_t)1)
-#define MATRIX_IS_ON(row, col) (matrix_get_row(row) && (1 << col))
-
#ifdef __cplusplus
extern "C" {
#endif