summaryrefslogtreecommitdiff
path: root/keyboards/geistmaschine/macropod/config.h
diff options
context:
space:
mode:
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