Add system keyboard interface and add sleep, power and wake keys.

This commit is contained in:
László Monda
2017-03-06 01:58:02 +01:00
parent c7f101b67f
commit 62a3f6b3a4
14 changed files with 277 additions and 13 deletions

View File

@@ -20,6 +20,7 @@
class_handle_t basicKeyboardHandle;
class_handle_t genericHidHandle;
class_handle_t mediaKeyboardHandle;
class_handle_t systemKeyboardHandle;
uint8_t attach;
uint8_t currentConfiguration;
uint8_t currentInterfaceAlternateSetting[USB_DEVICE_CONFIG_HID];