summaryrefslogtreecommitdiffstats
path: root/keyboards/xd60
diff options
context:
space:
mode:
authorariasuni <perso@hack-libre.org>2017-05-27 00:25:35 +0200
committerariasuni <perso@hack-libre.org>2017-05-27 00:25:35 +0200
commite87691fa5db011e50fa2a9a5e2881dfda9392bef (patch)
tree041b84d8f926cada5826875d6d1e7ac4090c4904 /keyboards/xd60
parent7a4ec3bd926865e490fbf7c5ec68d762e998683f (diff)
downloadqmk_firmware-e87691fa5db011e50fa2a9a5e2881dfda9392bef.tar.gz
qmk_firmware-e87691fa5db011e50fa2a9a5e2881dfda9392bef.tar.xz
Fix undefined reference errors with avr-gcc 7.1
Diffstat (limited to 'keyboards/xd60')
-rw-r--r--keyboards/xd60/xd60.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/xd60/xd60.c b/keyboards/xd60/xd60.c
index 4307f5f59..c3b63e5ea 100644
--- a/keyboards/xd60/xd60.c
+++ b/keyboards/xd60/xd60.c
@@ -1,5 +1,13 @@
#include "xd60.h"
+
+extern inline void xd60_caps_led_on(void);
+extern inline void xd60_bl_led_on(void);
+
+extern inline void xd60_caps_led_off(void);
+extern inline void xd60_bl_led_off(void);
+
+
void led_set_kb(uint8_t usb_led) {
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here