Browse Source

[Keyboard] Add Elite-C DFU bootloader commands for Sweep (#15449)

Co-authored-by: filterpaper <filterpaper@localhost>
Albert Y 3 years ago
parent
commit
39dcb78b78
1 changed files with 7 additions and 1 deletions
  1. 7 1
      keyboards/ferris/sweep/readme.md

+ 7 - 1
keyboards/ferris/sweep/readme.md

@@ -19,11 +19,16 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
 
 
 ## Setting Handedness
 ## Setting Handedness
 
 
-Firmware uses [handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default and it must be *configured once* on each side. The make commands are:
+Firmware uses [handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default and it must be *configured once* on each side. The make commands for Pro micros are:
 
 
     make ferris/sweep:default:avrdude-split-left
     make ferris/sweep:default:avrdude-split-left
     make ferris/sweep:default:avrdude-split-right
     make ferris/sweep:default:avrdude-split-right
 
 
+For Elite-C or compatible controllers using `DFU` bootloader, add the line `BOOTLOADER = atmel-dfu` into the user keymap `rules.mk` file and use the following make commands:
+
+    make ferris/sweep:default:dfu-split-left
+    make ferris/sweep:default:dfu-split-right
+
 [QMK Toolbox](http://qmk.fm/toolbox) can also be used to set EEPROM handedness. Place the controller in bootloader mode and select menu option Tools -> EEPROM -> Set Left/Right Hand
 [QMK Toolbox](http://qmk.fm/toolbox) can also be used to set EEPROM handedness. Place the controller in bootloader mode and select menu option Tools -> EEPROM -> Set Left/Right Hand
 
 
 ## Bootloader
 ## Bootloader
@@ -53,3 +58,4 @@ If you printed one of the PCB variant with swapped letters `Q` and `B` / `P` and
     { B5, B4, NO_PIN, NO_PIN, NO_PIN } \
     { B5, B4, NO_PIN, NO_PIN, NO_PIN } \
 }
 }
 ```
 ```
+