diff options
author | Thomas Mørch <tbowmo@users.noreply.github.com> | 2024-01-02 04:06:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 03:06:47 +0000 |
commit | d59d768fea02c2515a670a12a94b894bc19f3f45 (patch) | |
tree | 3cd35b2b7eafac240f05cb577fd4e5afa50068c3 /keyboards/keychron | |
parent | 60f0132bd56bdd6b3eda5ca6088e45be7a4a20bc (diff) |
Keychron Q11 - Enable SPLIT_WATCHDOG (#22799)
Diffstat (limited to 'keyboards/keychron')
-rwxr-xr-x | keyboards/keychron/q11/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/keychron/q11/config.h b/keyboards/keychron/q11/config.h index 1a706b1bf7..146e42d68c 100755 --- a/keyboards/keychron/q11/config.h +++ b/keyboards/keychron/q11/config.h @@ -57,3 +57,7 @@ // https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects #define RGB_MATRIX_FRAMEBUFFER_EFFECTS #define RGB_MATRIX_KEYPRESSES + +// Needed as the master side could enter slave state during poweron +// of host, due to missing VUSB detection. +#define SPLIT_WATCHDOG_ENABLE |