1
0
Fork 0

Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)

This commit is contained in:
Nick Brassel 2024-08-27 10:52:23 +10:00 committed by GitHub
parent ecf725b356
commit 70cbf08b67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 226 additions and 32 deletions

View file

@ -881,7 +881,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
OPT_DEFS += -DBLUETOOTH_$(strip $(shell echo $(BLUETOOTH_DRIVER) | tr '[:lower:]' '[:upper:]'))
NO_USB_STARTUP_CHECK := yes
COMMON_VPATH += $(DRIVER_PATH)/bluetooth
SRC += outputselect.c
SRC += outputselect.c process_connection.c
ifeq ($(strip $(BLUETOOTH_DRIVER)), bluefruit_le)
SPI_DRIVER_REQUIRED = yes