From 87b11345a55d076966846d87b60d0f315b8bb984 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 6 Jul 2023 18:48:02 +1000 Subject: Get rid of `USB_LED_CAPS_LOCK` (#21436) --- quantum/led.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'quantum/led.h') diff --git a/quantum/led.h b/quantum/led.h index 679e743396..b9fad670ae 100644 --- a/quantum/led.h +++ b/quantum/led.h @@ -22,9 +22,6 @@ along with this program. If not, see . /* FIXME: Add doxygen comments here. */ -/* keyboard LEDs */ -#define USB_LED_CAPS_LOCK 1 - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3