mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
6d82c92476
|
@ -7,9 +7,9 @@ F_CPU = 8000000
|
|||
# Bootloader selection
|
||||
BOOTLOADER = qmk-dfu
|
||||
|
||||
SRC += ../usart.c \
|
||||
../ble.c \
|
||||
../main.c
|
||||
SRC += usart.c \
|
||||
ble.c \
|
||||
main.c
|
||||
|
||||
OPT_DEFS += -DPROTOCOL_BLE
|
||||
OPT_DEFS += -DUART_RX1_BUFFER_SIZE=16 -DUART_TX1_BUFFER_SIZE=16
|
||||
|
|
|
@ -7,9 +7,9 @@ F_CPU = 8000000
|
|||
# Bootloader selection
|
||||
BOOTLOADER = qmk-dfu
|
||||
|
||||
SRC += ../usart.c \
|
||||
../ble.c \
|
||||
../main.c
|
||||
SRC += usart.c \
|
||||
ble.c \
|
||||
main.c
|
||||
|
||||
OPT_DEFS += -DPROTOCOL_BLE
|
||||
OPT_DEFS += -DUART_RX1_BUFFER_SIZE=16 -DUART_TX1_BUFFER_SIZE=16
|
||||
|
|
Loading…
Reference in a new issue