summaryrefslogtreecommitdiff
path: root/keyboards/niu_mini/rules.mk
diff options
context:
space:
mode:
authorChristopher Jenkins <cajenkins@protonmail.com>2019-06-08 21:39:23 -0600
committerDrashna Jaelre <drashna@live.com>2019-06-08 20:39:23 -0700
commit8ac90488031330bb184dafe40dfb5ec5790665e1 (patch)
tree61c899df56d9d39e846932fb5a3f9e65536ca96e /keyboards/niu_mini/rules.mk
parent09968ba035f3bfa4df5b1d142dddfa669aefb2d7 (diff)
[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
Diffstat (limited to 'keyboards/niu_mini/rules.mk')
-rw-r--r--keyboards/niu_mini/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/niu_mini/rules.mk b/keyboards/niu_mini/rules.mk
index 496928ed70..01d96eccf2 100644
--- a/keyboards/niu_mini/rules.mk
+++ b/keyboards/niu_mini/rules.mk
@@ -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