qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 652c5a941099a6778b3d6a6eef703582c124e383
parent 9f9ad95fb40a31a89f71ba85f846f6adb60d2e11
Author: Moritz Plattner <moritz.plattner@gmx.net>
Date:   Sun, 17 Sep 2023 19:35:29 +0200

geistmaschine/macropod: fix issues waking up after suspend on apple devices (#22023)


Diffstat:
Mkeyboards/geistmaschine/macropod/config.h | 4++++
Mkeyboards/geistmaschine/macropod/info.json | 2+-
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 },