~ruther/qmk_firmware

3e2fd642798cde75acbecd99750e8b70eab52537 — Colin T.A. Gray 7 years ago 5b4b471
I found a typo!
1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/common/keyboard.c
M tmk_core/common/keyboard.c => tmk_core/common/keyboard.c +1 -1
@@ 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)