diff options
Diffstat (limited to 'keyboards/noxary/260/rules.mk')
-rw-r--r-- | keyboards/noxary/260/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/noxary/260/rules.mk b/keyboards/noxary/260/rules.mk index 646d38de3..4d9977cd3 100644 --- a/keyboards/noxary/260/rules.mk +++ b/keyboards/noxary/260/rules.mk | |||
@@ -7,7 +7,8 @@ MCU = atmega32u4 | |||
7 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
8 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
9 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
10 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | ||
11 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
12 | 13 | ||
13 | # Build Options | 14 | # Build Options |
@@ -32,4 +33,4 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | |||
32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 33 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |
33 | EXTRAFLAGS += -flto | 34 | EXTRAFLAGS += -flto |
34 | 35 | ||
35 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb \ No newline at end of file | 36 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb |