X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=tmk_core%2Fcommon%2Fkeyboard.c;h=b0319369d0f590a9f3f87761ec74f1d93ab53ba2;hb=cefaa07bb7bc3388339bcd4b2976bd6471eb05ed;hp=b03b124d76a98af7bc41e32aa4a09b055c8bf392;hpb=d9fee5571d7de08e76dff5ce75816faf522240f6;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index b03b124d..b0319369 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c @@ -30,6 +30,7 @@ along with this program. If not, see . #include "bootmagic.h" #include "eeconfig.h" #include "backlight.h" +#include "hook.h" #ifdef MOUSEKEY_ENABLE # include "mousekey.h" #endif @@ -62,6 +63,11 @@ static bool has_ghost_in_row(uint8_t row) #endif +void keyboard_setup(void) +{ + matrix_setup(); +} + void keyboard_init(void) { timer_init(); @@ -122,11 +128,13 @@ void keyboard_task(void) if (debug_matrix) matrix_print(); for (uint8_t c = 0; c < MATRIX_COLS; c++) { if (matrix_change & ((matrix_row_t)1<