diff options
Diffstat (limited to 'keyboards/coseyfannitutti/discipad/rules.mk')
-rw-r--r-- | keyboards/coseyfannitutti/discipad/rules.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/coseyfannitutti/discipad/rules.mk b/keyboards/coseyfannitutti/discipad/rules.mk index 64f618854..a9d06d608 100644 --- a/keyboards/coseyfannitutti/discipad/rules.mk +++ b/keyboards/coseyfannitutti/discipad/rules.mk | |||
@@ -2,6 +2,13 @@ | |||
2 | MCU = atmega328p | 2 | MCU = atmega328p |
3 | 3 | ||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
5 | BOOTLOADER = USBasp | 12 | BOOTLOADER = USBasp |
6 | 13 | ||
7 | # Flash program via avrdude, but default command is not suitable. | 14 | # Flash program via avrdude, but default command is not suitable. |