From 7ff80a57cbe57e888646c3b90e2f4f9dea977156 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 3 Jul 2023 04:24:22 +1000 Subject: Get rid of `USB_LED_SCROLL_LOCK` (#21405) --- quantum/led.h | 1 - 1 file changed, 1 deletion(-) (limited to 'quantum/led.h') diff --git a/quantum/led.h b/quantum/led.h index d9a132bbaa..197f2618be 100644 --- a/quantum/led.h +++ b/quantum/led.h @@ -25,7 +25,6 @@ along with this program. If not, see . /* keyboard LEDs */ #define USB_LED_NUM_LOCK 0 #define USB_LED_CAPS_LOCK 1 -#define USB_LED_SCROLL_LOCK 2 #ifdef __cplusplus extern "C" { -- cgit v1.2.3