From 5869b838cd1766973b4e461720bde3ed9d379eb1 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 2 Jan 2015 19:58:49 +0100 Subject: [PATCH] Updated Keyboard Led function name --- avr/cores/hid/USB-Core/Keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/cores/hid/USB-Core/Keyboard.h b/avr/cores/hid/USB-Core/Keyboard.h index ade9f90..11ab19f 100644 --- a/avr/cores/hid/USB-Core/Keyboard.h +++ b/avr/cores/hid/USB-Core/Keyboard.h @@ -186,7 +186,7 @@ public: size_t removeKeycodeFromReport(uint8_t k); #if defined(HID_KEYBOARD_LEDS_ENABLED) - inline uint8_t getLEDs(void){ return hid_keyboard_leds; } + inline uint8_t getLeds(void){ return hid_keyboard_leds; } #endif }; extern Keyboard_ Keyboard;