diff options
| author | coseyfannitutti <43188488+coseyfannitutti@users.noreply.github.com> | 2020-01-28 15:38:27 -0500 |
|---|---|---|
| committer | Nick Brassel <nick@tzarc.org> | 2020-01-29 07:38:27 +1100 |
| commit | 1e90f5c71cbc0f97cdd01089e394ec0ddc8980c8 (patch) | |
| tree | 8d97b7a343b01a1c6d5654eff6101ca3f76a3439 | |
| parent | 0d80c7bd598c1296d31554fe8c82843415696a18 (diff) | |
| download | qmk_firmware-1e90f5c71cbc0f97cdd01089e394ec0ddc8980c8.tar.gz qmk_firmware-1e90f5c71cbc0f97cdd01089e394ec0ddc8980c8.zip | |
Mysterium firmware fix (#8032)
* Update config.h
* Update rules.mk
* Update usbconfig.h
* Update config.h
* Update rules.mk
* Update usbconfig.h
| -rw-r--r-- | keyboards/coseyfannitutti/mysterium/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/coseyfannitutti/mysterium/rules.mk b/keyboards/coseyfannitutti/mysterium/rules.mk index 4147cfec9..9c518e938 100644 --- a/keyboards/coseyfannitutti/mysterium/rules.mk +++ b/keyboards/coseyfannitutti/mysterium/rules.mk | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | MCU = atmega32a | 2 | MCU = atmega32a |
| 3 | 3 | ||
| 4 | # Processor frequency | 4 | # Processor frequency |
| 5 | F_USB = 16000000 | 5 | F_CPU = 16000000 |
| 6 | 6 | ||
| 7 | # Bootloader selection | 7 | # Bootloader selection |
| 8 | # Teensy halfkay | 8 | # Teensy halfkay |
