summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-31 00:34:43 +0000
committerQMK Bot <hello@qmk.fm>2021-07-31 00:34:43 +0000
commit6d82c92476240255eecbab850db26b8706184c83 (patch)
tree5c4a864c58d5e6b19fcf25e05bd9ce18812eb50b /keyboards
parent7c70a90867c1022a9ba633945034f87c78712743 (diff)
parenta4c050b5ae30bd21be4a4bad596f1275a6d16bfc (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/bioi/g60/rules.mk6
-rw-r--r--keyboards/bioi/morgan65/rules.mk6
2 files changed, 6 insertions, 6 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
diff --git a/keyboards/bioi/morgan65/rules.mk b/keyboards/bioi/morgan65/rules.mk
index a7e616d4d1..dc1a000f33 100644
--- a/keyboards/bioi/morgan65/rules.mk
+++ b/keyboards/bioi/morgan65/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