diff options
| author | Xyverz <xyverz@gmail.com> | 2017-02-10 23:34:27 -0800 |
|---|---|---|
| committer | Xyverz <xyverz@gmail.com> | 2017-02-10 23:34:27 -0800 |
| commit | 902d5077cd54f3a964e3276d7858212d975818ec (patch) | |
| tree | cddf5a379614f421908bbe57ae5d396cc1e2ed37 /tmk_core/common/matrix.h | |
| parent | 4d7105c2cf47c7604b54cdf488b4eb9d08c1f1cf (diff) | |
| parent | 835556da9111d91b71c545d6a273e843f07631ae (diff) | |
| download | firmware-902d5077cd54f3a964e3276d7858212d975818ec.tar.gz firmware-902d5077cd54f3a964e3276d7858212d975818ec.tar.bz2 firmware-902d5077cd54f3a964e3276d7858212d975818ec.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tmk_core/common/matrix.h')
| -rw-r--r-- | tmk_core/common/matrix.h | 2 |
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); |
