From 90289aa53fe06a867c773d447c6d3a950575d69a Mon Sep 17 00:00:00 2001
From: a0-c <g1@porkhash.net>
Date: Sun, 17 Apr 2016 06:51:39 -1000
Subject: [PATCH] __attribute__ ((weak)) added to led_set

__attribute__ ((weak)) added to led_set
---
 quantum/led.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/quantum/led.c b/quantum/led.c
index 9cdb8a5c2..208e348f3 100644
--- a/quantum/led.c
+++ b/quantum/led.c
@@ -24,6 +24,7 @@ void led_set_kb(uint8_t usb_led) {
 
 }
 
+__attribute__ ((weak))
 void led_set(uint8_t usb_led)
 {