~ruther/qmk_firmware

652c5a941099a6778b3d6a6eef703582c124e383 — Moritz Plattner 1 year, 9 months ago 9f9ad95
geistmaschine/macropod: fix issues waking up after suspend on apple devices (#22023)

2 files changed, 4 insertions(+), 1 deletions(-)

M keyboards/geistmaschine/macropod/config.h
M keyboards/geistmaschine/macropod/info.json
M keyboards/geistmaschine/macropod/config.h => keyboards/geistmaschine/macropod/config.h +3 -0
@@ 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

M keyboards/geistmaschine/macropod/info.json => keyboards/geistmaschine/macropod/info.json +1 -1
@@ 15,7 15,7 @@
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": false,
        "mousekey": true,
        "nkro": false,
        "encoder": true
    },

Do not follow this link