diff options
Diffstat (limited to 'keyboards/handwired/fruity60/rules.mk')
| -rw-r--r-- | keyboards/handwired/fruity60/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/fruity60/rules.mk b/keyboards/handwired/fruity60/rules.mk index 8c9bc95e5..9e64f161a 100644 --- a/keyboards/handwired/fruity60/rules.mk +++ b/keyboards/handwired/fruity60/rules.mk | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | # Processor frequency | ||
| 5 | F_CPU = 8000000 | ||
| 6 | |||
| 4 | # Bootloader selection | 7 | # Bootloader selection |
| 5 | # Teensy halfkay | 8 | # Teensy halfkay |
| 6 | # Pro Micro caterina | 9 | # Pro Micro caterina |
| @@ -11,9 +14,6 @@ MCU = atmega32u4 | |||
| 11 | # ATmega328P USBasp | 14 | # ATmega328P USBasp |
| 12 | BOOTLOADER = caterina | 15 | BOOTLOADER = caterina |
| 13 | 16 | ||
| 14 | # Processor frequency | ||
| 15 | F_CPU = 8000000 | ||
| 16 | |||
| 17 | # Build Options | 17 | # Build Options |
| 18 | # change yes to no to disable | 18 | # change yes to no to disable |
| 19 | # | 19 | # |
