diff options
| author | Ryan <fauxpark@gmail.com> | 2021-02-25 15:54:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-25 15:54:25 +1100 |
| commit | 39694d5eb0b7e48e06f9544600041fbbedfff956 (patch) | |
| tree | 2427bbf89b955330f793fd7dad3502cfc1e19de9 /quantum | |
| parent | 46f4422a87bf7e3aa52bd8770b14f8361d198e06 (diff) | |
| download | qmk_firmware-39694d5eb0b7e48e06f9544600041fbbedfff956.tar.gz qmk_firmware-39694d5eb0b7e48e06f9544600041fbbedfff956.zip | |
V-USB suspend refactor (#11891)
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/mcu_selection.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 6b11eb498..65c94b50f 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -334,9 +334,6 @@ ifneq (,$(filter $(MCU),atmega32a)) | |||
| 334 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 334 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done |
| 335 | # automatically to create a 32-bit value in your source code. | 335 | # automatically to create a 32-bit value in your source code. |
| 336 | F_CPU ?= 12000000 | 336 | F_CPU ?= 12000000 |
| 337 | |||
| 338 | # unsupported features for now | ||
| 339 | NO_SUSPEND_POWER_DOWN ?= yes | ||
| 340 | endif | 337 | endif |
| 341 | 338 | ||
| 342 | ifneq (,$(filter $(MCU),atmega328p)) | 339 | ifneq (,$(filter $(MCU),atmega328p)) |
| @@ -351,9 +348,6 @@ ifneq (,$(filter $(MCU),atmega328p)) | |||
| 351 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 348 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done |
| 352 | # automatically to create a 32-bit value in your source code. | 349 | # automatically to create a 32-bit value in your source code. |
| 353 | F_CPU ?= 16000000 | 350 | F_CPU ?= 16000000 |
| 354 | |||
| 355 | # unsupported features for now | ||
| 356 | NO_SUSPEND_POWER_DOWN ?= yes | ||
| 357 | endif | 351 | endif |
| 358 | 352 | ||
| 359 | ifneq (,$(filter $(MCU),atmega328)) | 353 | ifneq (,$(filter $(MCU),atmega328)) |
| @@ -368,10 +362,6 @@ ifneq (,$(filter $(MCU),atmega328)) | |||
| 368 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 362 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done |
| 369 | # automatically to create a 32-bit value in your source code. | 363 | # automatically to create a 32-bit value in your source code. |
| 370 | F_CPU ?= 16000000 | 364 | F_CPU ?= 16000000 |
| 371 | |||
| 372 | # unsupported features for now | ||
| 373 | NO_UART ?= yes | ||
| 374 | NO_SUSPEND_POWER_DOWN ?= yes | ||
| 375 | endif | 365 | endif |
| 376 | 366 | ||
| 377 | ifneq (,$(filter $(MCU),attiny85)) | 367 | ifneq (,$(filter $(MCU),attiny85)) |
| @@ -383,7 +373,4 @@ ifneq (,$(filter $(MCU),attiny85)) | |||
| 383 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | 373 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done |
| 384 | # automatically to create a 32-bit value in your source code. | 374 | # automatically to create a 32-bit value in your source code. |
| 385 | F_CPU ?= 16500000 | 375 | F_CPU ?= 16500000 |
| 386 | |||
| 387 | # unsupported features for now | ||
| 388 | NO_SUSPEND_POWER_DOWN ?= yes | ||
| 389 | endif | 376 | endif |
