diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-04-17 18:19:46 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-17 18:19:46 -0400 |
| commit | d94960be5b32b6a4019b822550ae09cf802bfcd7 (patch) | |
| tree | 31d99b8b8738c4b4622661cd38023275671ce12c | |
| parent | e0ab1dcf4c6e97b81e4ea4c2521163e6917ef838 (diff) | |
| parent | f1fdeddad3e5179b39d1b107afc008575cd7d3cb (diff) | |
| download | qmk_firmware-d94960be5b32b6a4019b822550ae09cf802bfcd7.tar.gz qmk_firmware-d94960be5b32b6a4019b822550ae09cf802bfcd7.zip | |
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
| -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 9cdb8a5c2..208e348f3 100644 --- a/quantum/led.c +++ b/quantum/led.c | |||
| @@ -24,6 +24,7 @@ void led_set_kb(uint8_t usb_led) { | |||
| 24 | 24 | ||
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | __attribute__ ((weak)) | ||
| 27 | void led_set(uint8_t usb_led) | 28 | void led_set(uint8_t usb_led) |
| 28 | { | 29 | { |
| 29 | 30 | ||
