summaryrefslogtreecommitdiff
path: root/keyboards/bioi/g60/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bioi/g60/rules.mk')
-rw-r--r--keyboards/bioi/g60/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/bioi/g60/rules.mk b/keyboards/bioi/g60/rules.mk
index a7e616d4d1..dc1a000f33 100644
--- a/keyboards/bioi/g60/rules.mk
+++ b/keyboards/bioi/g60/rules.mk
@@ -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