summaryrefslogtreecommitdiffstats
path: root/keyboards/dk60
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-03-19 15:37:22 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-19 15:37:22 +0100
commit29bfd634e16e196c86b0a5f63e179af1f9a52902 (patch)
treed871ac20532712940e48cd7be5514508fc7a1d6a /keyboards/dk60
parentafdc67184dd6aedacb321aa1f8fe0d7ceaa438a3 (diff)
downloadqmk_firmware-29bfd634e16e196c86b0a5f63e179af1f9a52902.tar.gz
qmk_firmware-29bfd634e16e196c86b0a5f63e179af1f9a52902.tar.xz
Fix dk60 compiler issue on newer compiler versions (#5444)
Diffstat (limited to 'keyboards/dk60')
-rw-r--r--keyboards/dk60/dk60.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/dk60/dk60.c b/keyboards/dk60/dk60.c
index 93aeb33b4..8b9dc547d 100644
--- a/keyboards/dk60/dk60.c
+++ b/keyboards/dk60/dk60.c
@@ -1,5 +1,15 @@
#include "dk60.h"
+extern inline void dk60_caps_led_on(void);
+extern inline void dk60_esc_led_on(void);
+
+extern inline void dk60_caps_led_off(void);
+extern inline void dk60_esc_led_off(void);
+
+extern inline void dk60_led_all_on(void);
+extern inline void dk60_led_all_off(void);
+
+
void dk60_blink_all_leds(void)
{
dk60_led_all_off();