summaryrefslogtreecommitdiff
path: root/keyboards/bioi
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-14 01:58:24 +0000
committerGitHub <noreply@github.com>2024-02-14 01:58:24 +0000
commitff884d896860a65df15497e9aa26a6589a60dd36 (patch)
treecdd7d7db7509316443266c093bca6c79de5016ee /keyboards/bioi
parent7be40fd14373c73cae96484b536ad8498ecd1a88 (diff)
Remove invalid keyboard level features (#23074)
Diffstat (limited to 'keyboards/bioi')
-rw-r--r--keyboards/bioi/g60/rules.mk3
-rw-r--r--keyboards/bioi/morgan65/rules.mk3
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/bioi/g60/rules.mk b/keyboards/bioi/g60/rules.mk
index 375cb52732..3635daac6f 100644
--- a/keyboards/bioi/g60/rules.mk
+++ b/keyboards/bioi/g60/rules.mk
@@ -12,11 +12,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes # Reduce firmware size
BLUETOOTH_ENABLE = yes
-VIA_ENABLE = yes # VIA support should be enabled here due to the main() loop will be compiled first.
-
UART_DRIVER_REQUIRED = yes
SRC += bluetooth_custom.c
diff --git a/keyboards/bioi/morgan65/rules.mk b/keyboards/bioi/morgan65/rules.mk
index 375cb52732..3635daac6f 100644
--- a/keyboards/bioi/morgan65/rules.mk
+++ b/keyboards/bioi/morgan65/rules.mk
@@ -12,11 +12,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes # Reduce firmware size
BLUETOOTH_ENABLE = yes
-VIA_ENABLE = yes # VIA support should be enabled here due to the main() loop will be compiled first.
-
UART_DRIVER_REQUIRED = yes
SRC += bluetooth_custom.c