diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-09 01:01:24 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-09 01:01:24 +0700 |
commit | 3f2c0bfa86150c9fc91d8f467ed3728beecbb480 (patch) | |
tree | d262d74a36b2be52199f976121365c83e536d4fa /tmk_core/common/matrix.h | |
parent | 3835b4bfcc0ef296a94c9fe78f27d5cada1ab73b (diff) | |
parent | 0a9fda968da521e373564895d6ea6774cd1480d9 (diff) |
Merge branch 'master' into promethium
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 cee3593eee..2543f5abce 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); |