Skip to content

Commit

Permalink
Workround for LT(layer, kc) do not work after waking up PC
Browse files Browse the repository at this point in the history
See qmk#16406

Co-authored-by: Philong <philong@users.noreply.github.com>
  • Loading branch information
nolith and philong committed Mar 20, 2023
1 parent d8c1e29 commit e0a942b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions users/manna-harbour_miryoku/manna-harbour_miryoku.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
#include "manna-harbour_miryoku.h"


// Workaround for https://github.com/qmk/qmk_firmware/issues/16406 by philong
void suspend_wakeup_init_user(void) {
NVIC_SystemReset();
}

// Additional Features double tap guard

enum {
Expand Down

0 comments on commit e0a942b

Please sign in to comment.