X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=tmk_core%2Fcommon%2Fkeyboard.h;h=bf8b71fb78f74f9f7294d470211312890f62ad12;hb=c1c5922aae7b60b7c7d13d3769350eed9dda17ab;hp=ea2f336e9dc53186900a994a031d8f05d5256bb0;hpb=d977daa8dc9136746425f9e1414e1f93cb161877;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