X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fkeyboard.c;h=eb7b096bed501e32b65702c98f9da27c3e912791;hb=fdc38ef3f92af7adeeb4de49550d8838c8a39b5c;hp=b03b124d76a98af7bc41e32aa4a09b055c8bf392;hpb=4d116a04e94cf0d19317d5b44e4fa9f34a3e5594;p=max%2Ftmk_keyboard.git diff --git a/common/keyboard.c b/common/keyboard.c index b03b124d..eb7b096b 100644 --- a/common/keyboard.c +++ b/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();