diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-07-16 17:36:00 +1000 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-07-16 13:47:43 -0700 |
| commit | 6af77551c67c846b06c596cbd367d66c755f8051 (patch) | |
| tree | 9c380ddb56d15abd39a86247519076bc41528f2c /keyboards/ivy | |
| parent | 4747d974aa72b05ab12917308703d711dd04b016 (diff) | |
| download | qmk_firmware-6af77551c67c846b06c596cbd367d66c755f8051.tar.gz qmk_firmware-6af77551c67c846b06c596cbd367d66c755f8051.zip | |
Remove more commented out MCUs
Diffstat (limited to 'keyboards/ivy')
| -rw-r--r-- | keyboards/ivy/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/ivy/rules.mk b/keyboards/ivy/rules.mk index 1ef5b4aad..b27739644 100644 --- a/keyboards/ivy/rules.mk +++ b/keyboards/ivy/rules.mk | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | #MCU = at90usb1287 | ||
| 3 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 4 | 3 | ||
| 5 | # Processor frequency. | 4 | # Processor frequency. |
| @@ -64,4 +63,4 @@ API_SYSEX_ENABLE = no | |||
| 64 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 63 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 65 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 64 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 66 | 65 | ||
| 67 | DEFAULT_FOLDER = ivy/rev1 \ No newline at end of file | 66 | DEFAULT_FOLDER = ivy/rev1 |
