From 6f5e8ce17e89005130cd0f9ecc6e346a77bb624b Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 15 Jul 2015 15:13:15 +0900 Subject: usb_usb: Support locking key indicator LED --- tmk_core/common/led.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tmk_core/common/led.h') diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index 402a247b9..d5fc051bf 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 -- cgit v1.2.3