From 9ab16e62f75dc6228549ec0aba00ec0704bbc779 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 3 Jul 2023 04:35:41 +1000 Subject: Get rid of `USB_LED_NUM_LOCK` (#21424) --- 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 197f2618be..679e743396 100644 --- a/quantum/led.h +++ b/quantum/led.h @@ -23,7 +23,6 @@ along with this program. If not, see . /* FIXME: Add doxygen comments here. */ /* keyboard LEDs */ -#define USB_LED_NUM_LOCK 0 #define USB_LED_CAPS_LOCK 1 #ifdef __cplusplus -- cgit v1.2.3