X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fled.h;h=d5fc051bf52ed573382f8edd8ed2085ceb887204;hb=9818d54d26e2900bf91b288bc6f268adc8e0b8fd;hp=402a247b9a45ba76f800e6cdc1ca45ab88d9e436;hpb=f1f2066657f4a0998adc016c95d7e541b436e09f;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index 402a247b..d5fc051b 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -28,6 +28,14 @@ along with this program. If not, see . #define USB_LED_KANA 4 +#ifdef __cplusplus +extern "C" { +#endif + void led_set(uint8_t usb_led); +#ifdef __cplusplus +} +#endif + #endif