X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fkeyboard.h;h=bf8b71fb78f74f9f7294d470211312890f62ad12;hb=66b63f66a919d668efd00c1e4222bf4d9fe76ad8;hp=ea2f336e9dc53186900a994a031d8f05d5256bb0;hpb=c9ba618654417ec115809a031d315f8327c79ad4;p=qmk_firmware.git diff --git a/tmk_core/common/keyboard.h b/tmk_core/common/keyboard.h index ea2f336e9..bf8b71fb7 100644 --- a/tmk_core/common/keyboard.h +++ b/tmk_core/common/keyboard.h @@ -70,6 +70,11 @@ void keyboard_set_leds(uint8_t leds); /* it runs whenever code has to behave differently on a slave */ bool is_keyboard_master(void); +void keyboard_pre_init_kb(void); +void keyboard_pre_init_user(void); +void keyboard_post_init_kb(void); +void keyboard_post_init_user(void); + #ifdef __cplusplus } #endif