-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.write(SYSTEM_WAKE_UP); applies to every buttonpress #404
Comments
EnteSuesssauer15
changed the title
System.write(SYSTEM_WAKE_UP); applies to every button press
System.write(SYSTEM_WAKE_UP); applies to every buttonpress
Feb 7, 2023
I dont understand your question. that call that you described will wakeup the pc. |
wake up from what state? S3? S5? im trying to use this instead of pressing the power button on my case |
You can only wakeup from sleep state, not from a real shutdown. If i remember correct, sleep was S3 and shutdown S5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i have 6 buttons connected to my pro micro and on button 6 i have placed this to be able to turn on my pc.
System.write(SYSTEM_WAKE_UP);
after a few days of using it like that i noticed that im able to press any of the 6 buttons and my pc will boot when fully shut down. is this a me problem or a bios settings problem or a HID project problem. i will provide the arduino code i use and a picture of my bios settings
code.txt
The text was updated successfully, but these errors were encountered: