commit 6e98c80eaab630d0e716f79127231e19c96bf6d6
parent f457f0a26de1a677e8a5a79069bfbe8c808c0866
Author: QMK Bot <hello@qmk.fm>
Date: Sun, 17 Sep 2023 17:36:04 +0000
Merge remote-tracking branch 'origin/master' into develop
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git 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
diff --git a/keyboards/geistmaschine/macropod/info.json b/keyboards/geistmaschine/macropod/info.json
@@ -15,7 +15,7 @@
"command": false,
"console": false,
"extrakey": true,
- "mousekey": false,
+ "mousekey": true,
"nkro": false,
"encoder": true
},