Turn on indicators; turn off debug bt addr; turn off enumeration as a keyboard

This commit is contained in:
Ben V. Brown 2022-12-30 20:22:47 +11:00
parent 28c94ee276
commit 19df067d84
1 changed files with 3 additions and 3 deletions

View File

@ -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