X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fkeyboard.c;h=eb7b096bed501e32b65702c98f9da27c3e912791;hb=c36828e25e4b39947e80b8ca599ea91c2fee5a57;hp=b03b124d76a98af7bc41e32aa4a09b055c8bf392;hpb=7780fd1c01182ab67d899b78d85a0d3b0d89196f;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index b03b124d..eb7b096b 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c @@ -62,6 +62,12 @@ static bool has_ghost_in_row(uint8_t row) #endif +__attribute__ ((weak)) void matrix_setup(void) {} +void keyboard_setup(void) +{ + matrix_setup(); +} + void keyboard_init(void) { timer_init();