summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/matrix.h
diff options
context:
space:
mode:
authorNikolaus Wittenstein <nikolaus.wittenstein@gmail.com>2017-02-06 01:55:08 +0100
committerNikolaus Wittenstein <nikolaus.wittenstein@gmail.com>2017-02-06 01:55:27 +0100
commit06d21009b2198a2941f4c341807ad2290b5967f6 (patch)
tree809246bc9999dd4429cd2a017fc1d0c62db166ff /tmk_core/common/matrix.h
parent8cbf61c91923e5399b158f7f9258096cb0089ce2 (diff)
downloadqmk_firmware-06d21009b2198a2941f4c341807ad2290b5967f6.tar.gz
qmk_firmware-06d21009b2198a2941f4c341807ad2290b5967f6.tar.xz
Minor cleanup
Diffstat (limited to 'tmk_core/common/matrix.h')
-rw-r--r--tmk_core/common/matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h
index cee3593ee..2543f5abc 100644
--- a/tmk_core/common/matrix.h
+++ b/tmk_core/common/matrix.h
@@ -50,7 +50,7 @@ void matrix_init(void);
uint8_t matrix_scan(void);
/* whether modified from previous scan. used after matrix_scan. */
bool matrix_is_modified(void) __attribute__ ((deprecated));
-/* whether a swtich is on */
+/* whether a switch is on */
bool matrix_is_on(uint8_t row, uint8_t col);
/* matrix state on row */
matrix_row_t matrix_get_row(uint8_t row);