Add user func callback

This commit is contained in:
Gondolindrim 2023-10-05 20:13:29 -03:00
parent cc22166cfe
commit 14b46ca88e
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C

View File

@ -46,6 +46,7 @@ void keyoard_post_init_kb(void) {
#ifndef LED_INDICATOR_5
writePin(LED_INDICATOR_5, 0);
#endif
keyboard_post_init_user();
}
layer_state_t layer_state_set_kb(layer_state_t state) {