From 19df067d840613c979b77d921dfe192eeead60f1 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Fri, 30 Dec 2022 20:22:47 +1100 Subject: [PATCH] Turn on indicators; turn off debug bt addr; turn off enumeration as a keyboard --- config/open_source/target.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/open_source/target.mk b/config/open_source/target.mk index d5c310f..3990b08 100644 --- a/config/open_source/target.mk +++ b/config/open_source/target.mk @@ -315,7 +315,7 @@ export TX_IQ_CAL ?= 0 export BT_XTAL_SYNC ?= 1 -export BTADDR_FOR_DEBUG ?= 1 +export BTADDR_FOR_DEBUG ?= 0 export POWERKEY_I2C_SWITCH ?=0 @@ -331,7 +331,7 @@ export DUMP_NORMAL_LOG ?= 0 SUPPORT_BATTERY_REPORT ?= 1 -SUPPORT_HF_INDICATORS ?= 0 +SUPPORT_HF_INDICATORS ?= 1 SUPPORT_SIRI ?= 1 @@ -425,7 +425,7 @@ KBUILD_CFLAGS += LIB_LDFLAGS += -lstdc++ -lsupc++ -export BTIF_HID_DEVICE ?= 1 +export BTIF_HID_DEVICE ?= 0 ifeq ($(BTIF_HID_DEVICE),1) KBUILD_CPPFLAGS += -DBTIF_HID_DEVICE endif