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)