X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Faction_util.h;h=a955638b46d8ad84c45c297b2a5f431f506aa85a;hb=af556d39d2f5a1ee30c34ee65ecd5d1b7a519bdc;hp=939bc2b662df53123567861d567a85e050da6b8f;hpb=d52d554360d3bf06189bfd4f386fa99348d8a0a8;p=max%2Ftmk_keyboard.git diff --git a/common/action_util.h b/common/action_util.h index 939bc2b6..a955638b 100644 --- a/common/action_util.h +++ b/common/action_util.h @@ -18,6 +18,11 @@ along with this program. If not, see . #define ACTION_UTIL_H #include +#include "report.h" + +#ifdef __cplusplus +extern "C" { +#endif extern report_keyboard_t *keyboard_report; @@ -53,4 +58,9 @@ void oneshot_disable(void); uint8_t has_anykey(void); uint8_t has_anymod(void); uint8_t get_first_key(void); + +#ifdef __cplusplus +} +#endif + #endif