summaryrefslogtreecommitdiff
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
parentf457f0a26de1a677e8a5a79069bfbe8c808c0866 (diff)
parent652c5a941099a6778b3d6a6eef703582c124e383 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/geistmaschine/macropod/config.h3
-rw-r--r--keyboards/geistmaschine/macropod/info.json2
2 files changed, 4 insertions, 1 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
diff --git a/keyboards/geistmaschine/macropod/info.json b/keyboards/geistmaschine/macropod/info.json
index 886ed5acaf..333e7c0a50 100644
--- 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
},