Updated Keyboard Led function name

This commit is contained in:
Nico 2015-01-02 19:58:49 +01:00
parent 8577a94b21
commit 5869b838cd

View file

@ -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;