Skip to content

Commit

Permalink
geistmaschine/macropod: fix issues waking up after suspend on apple d…
Browse files Browse the repository at this point in the history
…evices (qmk#22023)
  • Loading branch information
ebastler committed Sep 17, 2023
1 parent 9f9ad95 commit 652c5a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions keyboards/geistmaschine/macropod/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
IO expander setup would allow up to 1x16 + 1 from the MCU */
#define MATRIX_ROWS 1
#define MATRIX_COLS 17

/* Fix for Apple Silicon Macs struggling to detect board after suspend/sleep */
#define USB_SUSPEND_WAKEUP_DELAY 200
2 changes: 1 addition & 1 deletion keyboards/geistmaschine/macropod/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"mousekey": true,
"nkro": false,
"encoder": true
},
Expand Down

0 comments on commit 652c5a9

Please sign in to comment.