diff options
| author | Christopher Jenkins <cajenkins@protonmail.com> | 2019-06-08 21:39:23 -0600 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-06-08 20:39:23 -0700 |
| commit | 8ac90488031330bb184dafe40dfb5ec5790665e1 (patch) | |
| tree | 61c899df56d9d39e846932fb5a3f9e65536ca96e /keyboards/niu_mini | |
| parent | 09968ba035f3bfa4df5b1d142dddfa669aefb2d7 (diff) | |
| download | qmk_firmware-8ac90488031330bb184dafe40dfb5ec5790665e1.tar.gz qmk_firmware-8ac90488031330bb184dafe40dfb5ec5790665e1.zip | |
[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')
| -rw-r--r-- | keyboards/niu_mini/readme.md | 2 | ||||
| -rw-r--r-- | keyboards/niu_mini/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/niu_mini/readme.md b/keyboards/niu_mini/readme.md index af05d34fa..36e8c8458 100644 --- a/keyboards/niu_mini/readme.md +++ b/keyboards/niu_mini/readme.md | |||
| @@ -11,6 +11,6 @@ Hardware Availability: [KBDFans](https://kbdfans.myshopify.com/products/niu-mini | |||
| 11 | 11 | ||
| 12 | Make example for this keyboard (after setting up your build environment): | 12 | Make example for this keyboard (after setting up your build environment): |
| 13 | 13 | ||
| 14 | make niu_mini:default:avrdude | 14 | make niu_mini:default:dfu |
| 15 | 15 | ||
| 16 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | 16 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |
diff --git a/keyboards/niu_mini/rules.mk b/keyboards/niu_mini/rules.mk index 496928ed7..01d96eccf 100644 --- a/keyboards/niu_mini/rules.mk +++ b/keyboards/niu_mini/rules.mk | |||
| @@ -44,7 +44,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 44 | # Atmel DFU loader 4096 | 44 | # Atmel DFU loader 4096 |
| 45 | # LUFA bootloader 4096 | 45 | # LUFA bootloader 4096 |
| 46 | # USBaspLoader 2048 | 46 | # USBaspLoader 2048 |
| 47 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | 47 | BOOTLOADER = atmel-dfu |
| 48 | 48 | ||
| 49 | # Build Options | 49 | # Build Options |
| 50 | # change to "no" to disable the options, or define them in the Makefile in | 50 | # change to "no" to disable the options, or define them in the Makefile in |
