Browse Source

I found a typo!

pull/2038/merge 0.5.173
Colin T.A. Gray 6 years ago
committed by Jack Humbert
parent
commit
3e2fd64279
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/common/keyboard.c

+ 1
- 1
tmk_core/common/keyboard.c View File

@ -165,7 +165,7 @@ void keyboard_init(void) {
}
/*
* Do keyboard routine jobs: scan mantrix, light LEDs, ...
* Do keyboard routine jobs: scan matrix, light LEDs, ...
* This is repeatedly called as fast as possible.
*/
void keyboard_task(void)


Loading…
Cancel
Save