summaryrefslogtreecommitdiffstats
path: root/quantum/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/led.c')
-rw-r--r--quantum/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led.c b/quantum/led.c
index 42525090b..9cdb8a5c2 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)
{