From 68ea4902c32684c15a7aaf9ca77b8af0b9a57c97 Mon Sep 17 00:00:00 2001 From: Michiel Visser Date: Tue, 16 Jul 2019 14:33:35 +0200 Subject: [PATCH] Fix problems with Bluetooth breaking when USB goes into suspend --- keyboards/anne_pro/rules.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/anne_pro/rules.mk b/keyboards/anne_pro/rules.mk index 9a00bb6921..d322adb9af 100644 --- a/keyboards/anne_pro/rules.mk +++ b/keyboards/anne_pro/rules.mk @@ -26,6 +26,9 @@ DFU_ARGS = -d 0483:df11 -a 0 -s 0x08004000 # Extra source files SRC += uart_tx_ringbuf.c anne_pro_lighting.c anne_pro_bluetooth.c +# Required for functionality with Bluetooth +NO_USB_STARTUP_CHECK = yes + # Build Options # comment out to disable the options. #