Browse Source

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

pull/22063/head
Moritz Plattner 9 months ago
committed by GitHub
parent
commit
652c5a9410
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      keyboards/geistmaschine/macropod/config.h
  2. +1
    -1
      keyboards/geistmaschine/macropod/info.json

+ 3
- 0
keyboards/geistmaschine/macropod/config.h View File

@ -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

+ 1
- 1
keyboards/geistmaschine/macropod/info.json View File

@ -15,7 +15,7 @@
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"mousekey": true,
"nkro": false,
"encoder": true
},


Loading…
Cancel
Save