summaryrefslogtreecommitdiff
path: root/keyboards/geistmaschine/macropod/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-09-17 17:36:04 +0000
committerQMK Bot <hello@qmk.fm>2023-09-17 17:36:04 +0000
commit6e98c80eaab630d0e716f79127231e19c96bf6d6 (patch)
tree578e9c62dabec9a7859da3101e1a5e85e57e8077 /keyboards/geistmaschine/macropod/config.h
parentf457f0a26de1a677e8a5a79069bfbe8c808c0866 (diff)
parent652c5a941099a6778b3d6a6eef703582c124e383 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/geistmaschine/macropod/config.h')
-rw-r--r--keyboards/geistmaschine/macropod/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/geistmaschine/macropod/config.h b/keyboards/geistmaschine/macropod/config.h
index f6dad6ebe0..e12d3b94fa 100644
--- a/keyboards/geistmaschine/macropod/config.h
+++ b/keyboards/geistmaschine/macropod/config.h
@@ -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 \ No newline at end of file