diff options
Diffstat (limited to 'quantum/led.h')
-rw-r--r-- | quantum/led.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/led.h b/quantum/led.h index b9ad7ed9ae..679e743396 100644 --- a/quantum/led.h +++ b/quantum/led.h @@ -23,11 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* FIXME: Add doxygen comments here. */ /* keyboard LEDs */ -#define USB_LED_NUM_LOCK 0 #define USB_LED_CAPS_LOCK 1 -#define USB_LED_SCROLL_LOCK 2 -#define USB_LED_COMPOSE 3 -#define USB_LED_KANA 4 #ifdef __cplusplus extern "C" { |