X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fled.h;h=61c971c1073c55e9f4efba156e9889e4e8d19963;hb=d9f95c5da91d8d94747328755d1d90aadff121ca;hp=402a247b9a45ba76f800e6cdc1ca45ab88d9e436;hpb=79cfa894afbc0a94ac642f57de905d9afc068ce7;p=qmk_firmware.git diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index 402a247b9..61c971c10 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -28,6 +28,16 @@ along with this program. If not, see . #define USB_LED_KANA 4 +#ifdef __cplusplus +extern "C" { +#endif + void led_set(uint8_t usb_led); +void led_init_ports(void); + +#ifdef __cplusplus +} #endif + +#endif \ No newline at end of file