diff options
| author | TerryMathews <terry@terrymathews.net> | 2017-04-08 00:30:54 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-08 00:30:54 -0400 | 
| commit | 3899bec4b603a0880055c60df534c5a86ad44a52 (patch) | |
| tree | dd3ac70f403290fafff4bf8005925a3d5eed69cd /tmk_core/common/matrix.h | |
| parent | 2a2be010d9d8c10d872c01637f4b4cd263f9bc1b (diff) | |
| parent | 154305ce1be16b2c8abce5e5d4dee421f295d6b3 (diff) | |
Merge pull request #1 from qmk/master
Catchup
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); | 
