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 646d38de36..4d9977cd3b 100644 --- a/keyboards/noxary/260/rules.mk +++ b/keyboards/noxary/260/rules.mk @@ -7,7 +7,8 @@ MCU = atmega32u4 # Atmel DFU atmel-dfu # LUFA DFU lufa-dfu # QMK DFU qmk-dfu -# atmega32a bootloadHID +# ATmega32A bootloadHID +# ATmega328P USBasp BOOTLOADER = atmel-dfu # Build Options @@ -32,4 +33,4 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) EXTRAFLAGS += -flto -LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb
\ No newline at end of file +LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb |