qmk_firmware

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

commit d59d768fea02c2515a670a12a94b894bc19f3f45
parent 60f0132bd56bdd6b3eda5ca6088e45be7a4a20bc
Author: Thomas Mørch <tbowmo@users.noreply.github.com>
Date:   Tue,  2 Jan 2024 04:06:47 +0100

Keychron Q11 -  Enable SPLIT_WATCHDOG (#22799)


Diffstat:
Mkeyboards/keychron/q11/config.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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