From 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 21 Jun 2016 17:42:29 -0400 Subject: Warning reductions (#430) Warning reductions --- tmk_core/common/led.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmk_core/common/led.h') diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index 2e18dc2afa..9dc8987802 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -37,6 +37,9 @@ void led_set(uint8_t usb_led); /* keyboard-specific LED functionality */ void led_set_kb(uint8_t usb_led); + +void led_init_ports(void); + #ifdef __cplusplus } #endif -- cgit v1.2.3