diff options
Diffstat (limited to 'quantum/led.c')
-rw-r--r-- | quantum/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led.c b/quantum/led.c index 42525090bd..9cdb8a5c20 100644 --- a/quantum/led.c +++ b/quantum/led.c @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. __attribute__ ((weak)) void led_set_kb(uint8_t usb_led) { -}; +} void led_set(uint8_t usb_led) { |