-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Satisfaction 75 turn off oled on suspend #12657
Conversation
@@ -19,6 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
#include "led_custom.h" | |||
#include "satisfaction75.h" | |||
|
|||
#ifdef QWIIC_MICRO_OLED_ENABLE | |||
#include "micro_oled.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"no such file exists", in travis CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only for the tester
keymap, which has QWIIC_ENABLE = no
... but that should result in QWIIC_MICRO_OLED_ENABLE
not being defined: https://github.com/qmk/qmk_firmware/blob/master/drivers/qwiic/qwiic.mk
@awkannan can you confirm you're okay with this patch? |
Thank you for your contribution! |
Is there anything I can do to help get this PR reviewed? |
Potentially obsoleted by #14174 |
Definitely obsoleted. Next merge from Closing. |
a0089aa makes changes to the OLED, I believe this causes the OLED to freeze and stay on after host suspend, I included the snippet of code that sleeps the OLED within suspend_power_down_user to fix this issue. This may not be the best way, but in my testing it works, open to improvements.
Checklist