diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-17 23:16:36 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-17 23:16:36 -0500 |
commit | 82ec81660e9816b72bc0d661becc399c62594970 (patch) | |
tree | 7926f955678faaf44120566ad47dfbcfa8144b3c /quantum/led.c | |
parent | ef73ab662812232f5e73c8098a059439dcb201fa (diff) | |
parent | d94960be5b32b6a4019b822550ae09cf802bfcd7 (diff) |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into personal_atomic_planck
Diffstat (limited to 'quantum/led.c')
-rw-r--r-- | quantum/led.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/led.c b/quantum/led.c index 9cdb8a5c20..208e348f34 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) { |