The keyboard can now wake up the computer from sleep

This commit is contained in:
Kristian Sloth Lauszus
2018-03-11 19:00:46 +01:00
parent 6e2eca7829
commit 3ab2ac18fc
3 changed files with 56 additions and 31 deletions

View File

@@ -33,5 +33,7 @@
//Functions:
void InitUsb(void);
bool IsComputerSleeping(void);
void WakeupComputer(bool sendResume);
#endif