[Keyboard] niu_mini uses dfu bootloader rather than the afrdude bootloader (#6092)

* niu_mini uses dfu bootloader rather than the afrdude bootloader
	modified: readme.md

* Change rules in rules.mk to reflect the bootloader change
	modified:   keyboards/niu_mini/rules.mk
This commit is contained in:
Christopher Jenkins
2019-06-08 21:39:23 -06:00
committed by Drashna Jaelre
parent 09968ba035
commit 8ac9048803
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
OPT_DEFS += -DBOOTLOADER_SIZE=4096
BOOTLOADER = atmel-dfu
# Build Options
# change to "no" to disable the options, or define them in the Makefile in