diff options
Diffstat (limited to 'keyboards/pancake/feather/rules.mk')
| -rw-r--r-- | keyboards/pancake/feather/rules.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/keyboards/pancake/feather/rules.mk b/keyboards/pancake/feather/rules.mk index 085c87f8d..ed10c5faa 100644 --- a/keyboards/pancake/feather/rules.mk +++ b/keyboards/pancake/feather/rules.mk | |||
| @@ -1,16 +1,22 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | # Processor frequency. | 4 | # Processor frequency |
| 5 | F_CPU = 8000000 | 5 | F_CPU = 8000000 |
| 6 | 6 | ||
| 7 | # Bootloader | 7 | # Bootloader selection |
| 8 | # Teensy halfkay | ||
| 9 | # Pro Micro caterina | ||
| 10 | # Atmel DFU atmel-dfu | ||
| 11 | # LUFA DFU lufa-dfu | ||
| 12 | # QMK DFU qmk-dfu | ||
| 13 | # ATmega32A bootloadHID | ||
| 14 | # ATmega328P USBasp | ||
| 8 | BOOTLOADER = caterina | 15 | BOOTLOADER = caterina |
| 9 | 16 | ||
| 10 | # Build Options | 17 | # Build Options |
| 11 | # comment out to disable the options. | 18 | # comment out to disable the options. |
| 12 | # | 19 | # |
| 13 | |||
| 14 | BLUETOOTH = AdafruitBLE | 20 | BLUETOOTH = AdafruitBLE |
| 15 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 16 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 22 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
