From b67d7618ee73b6bae07aee649a5997fa51fe01da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Bowman=20M=C3=B8rch?= Date: Mon, 1 Jan 2024 10:47:48 +0100 Subject: [PATCH] Restart master if it enters slave state --- keyboards/keychron/q11/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keyboards/keychron/q11/config.h b/keyboards/keychron/q11/config.h index 1a706b1bf7ff..146e42d68cc6 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