Merge pull request #109 from NicoHood/hid_reserved_keycode
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 31 Dec 2017 05:47:06 +0000 (16:47 +1100)
committerGitHub <noreply@github.com>
Sun, 31 Dec 2017 05:47:06 +0000 (16:47 +1100)
Added HID_KEYBOARD_SC_RESERVED (thanks to Nico Hood).

LUFA/Drivers/USB/Class/Common/HIDClassCommon.h

index 6e700a9..0b9da78 100644 (file)
 
                /** \name Keyboard Standard Report Key Scan-codes */
                //@{
+               #define HID_KEYBOARD_SC_RESERVED                          0x00
                #define HID_KEYBOARD_SC_ERROR_ROLLOVER                    0x01
                #define HID_KEYBOARD_SC_POST_FAIL                         0x02
                #define HID_KEYBOARD_SC_ERROR_UNDEFINED                   0x03