summaryrefslogtreecommitdiff
path: root/keyboards/bioi/g60ble
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-07 06:42:46 +1000
committerGitHub <noreply@github.com>2023-09-06 21:42:46 +0100
commit4a51f06c830abf9f3d82a78b6a6eff64539e0e2b (patch)
treebb64bb178b164175333161a337045d2b925d6ca8 /keyboards/bioi/g60ble
parent03b7d8217f553478857c19485d17b3c1fbe3abcd (diff)
BIOI keyboards: use core UART driver (#21879)
Diffstat (limited to 'keyboards/bioi/g60ble')
-rw-r--r--keyboards/bioi/g60ble/rules.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/bioi/g60ble/rules.mk b/keyboards/bioi/g60ble/rules.mk
index 31cc2c22b6..2e79ce77a5 100644
--- a/keyboards/bioi/g60ble/rules.mk
+++ b/keyboards/bioi/g60ble/rules.mk
@@ -13,8 +13,7 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes
LTO_ENABLE = yes
-# these lines are all for bluetooth
BLUETOOTH_ENABLE = yes
-SRC += usart.c ble.c
-OPT_DEFS += -DUART_RX1_BUFFER_SIZE=16 -DUART_TX1_BUFFER_SIZE=16
-OPT_DEFS += -DUSART1_ENABLED
+
+QUANTUM_LIB_SRC += uart.c
+SRC += bluetooth_custom.c