#ifndef BLINKY_FUNCTION_BITMAP_UPDATE_EVENT_H_ #define BLINKY_FUNCTION_BITMAP_UPDATE_EVENT_H_ #include #include #include "keyboard_core.h" #ifdef __cplusplus extern "C" { #endif struct function_bitmap_update_event { struct app_event_header header; uint8_t bitmap[KEYBOARD_PROTOCOL_BITMAP_BYTES]; }; APP_EVENT_TYPE_DECLARE(function_bitmap_update_event); #ifdef __cplusplus } #endif #endif /* BLINKY_FUNCTION_BITMAP_UPDATE_EVENT_H_ */