summaryrefslogtreecommitdiff
path: root/quantum/mcu_selection.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-06-10 06:30:37 +1000
committerDrashna Jael're <drashna@live.com>2020-09-30 02:55:40 -0700
commit9894e54f4fc43aafcfb983946581d71b5883b9cb (patch)
tree998bf3eafd8c348ec3e71dcf152795ec1a1a058f /quantum/mcu_selection.mk
parentba0c53b7f89f990c422c2ad6127f32dc6d279371 (diff)
Additional cleanups for V-USB code (#9310)
Diffstat (limited to 'quantum/mcu_selection.mk')
-rw-r--r--quantum/mcu_selection.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk
index 9c00d63657..96807be707 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -269,7 +269,6 @@ ifneq (,$(filter $(MCU),atmega32a))
F_CPU ?= 12000000
# unsupported features for now
- NO_UART ?= yes
NO_SUSPEND_POWER_DOWN ?= yes
# Programming options
@@ -287,7 +286,6 @@ ifneq (,$(filter $(MCU),atmega328p))
F_CPU ?= 16000000
# unsupported features for now
- NO_UART ?= yes
NO_SUSPEND_POWER_DOWN ?= yes
endif
@@ -320,6 +318,5 @@ ifneq (,$(filter $(MCU),attiny85))
F_CPU ?= 16500000
# unsupported features for now
- NO_UART ?= yes
NO_SUSPEND_POWER_DOWN ?= yes
endif