aboutsummaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-06-10 06:30:37 +1000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit69e0ad1b2ce43fbf1daa85d22007570430ddf0c7 (patch)
treef317a2b2299ae6cc0c4207b9f89adec2c5b6cd29 /quantum
parenta3933bdbe74aa10120da9962b46ee1576450fc07 (diff)
downloadqmk_firmware-69e0ad1b2ce43fbf1daa85d22007570430ddf0c7.tar.gz
qmk_firmware-69e0ad1b2ce43fbf1daa85d22007570430ddf0c7.zip
Additional cleanups for V-USB code (#9310)
Diffstat (limited to 'quantum')
-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 a1d2c5fbf..61fd7b6e4 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -266,7 +266,6 @@ ifneq (,$(filter $(MCU),atmega32a))
266 F_CPU ?= 12000000 266 F_CPU ?= 12000000
267 267
268 # unsupported features for now 268 # unsupported features for now
269 NO_UART ?= yes
270 NO_SUSPEND_POWER_DOWN ?= yes 269 NO_SUSPEND_POWER_DOWN ?= yes
271endif 270endif
272 271
@@ -284,7 +283,6 @@ ifneq (,$(filter $(MCU),atmega328p))
284 F_CPU ?= 16000000 283 F_CPU ?= 16000000
285 284
286 # unsupported features for now 285 # unsupported features for now
287 NO_UART ?= yes
288 NO_SUSPEND_POWER_DOWN ?= yes 286 NO_SUSPEND_POWER_DOWN ?= yes
289endif 287endif
290 288
@@ -317,6 +315,5 @@ ifneq (,$(filter $(MCU),attiny85))
317 F_CPU ?= 16500000 315 F_CPU ?= 16500000
318 316
319 # unsupported features for now 317 # unsupported features for now
320 NO_UART ?= yes
321 NO_SUSPEND_POWER_DOWN ?= yes 318 NO_SUSPEND_POWER_DOWN ?= yes
322endif 319endif