aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2021-12-15 11:40:37 +0800
committerGitHub <noreply@github.com>2021-12-14 19:40:37 -0800
commit39dcb78b78d95437f44c970db49625c870de4b66 (patch)
tree5e862e8ed6e04194cb691b7b41788f935b35fc91
parent7ece23062013f5378bc8dffc81c4d3137e1b0c8b (diff)
downloadqmk_firmware-39dcb78b78d95437f44c970db49625c870de4b66.tar.gz
qmk_firmware-39dcb78b78d95437f44c970db49625c870de4b66.zip
[Keyboard] Add Elite-C DFU bootloader commands for Sweep (#15449)
Co-authored-by: filterpaper <filterpaper@localhost>
-rw-r--r--keyboards/ferris/sweep/readme.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/ferris/sweep/readme.md b/keyboards/ferris/sweep/readme.md
index 0379c4c81..b6ee79094 100644
--- a/keyboards/ferris/sweep/readme.md
+++ b/keyboards/ferris/sweep/readme.md
@@ -19,11 +19,16 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
19 19
20## Setting Handedness 20## Setting Handedness
21 21
22Firmware 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: 22Firmware 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:
23 23
24 make ferris/sweep:default:avrdude-split-left 24 make ferris/sweep:default:avrdude-split-left
25 make ferris/sweep:default:avrdude-split-right 25 make ferris/sweep:default:avrdude-split-right
26 26
27For 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:
28
29 make ferris/sweep:default:dfu-split-left
30 make ferris/sweep:default:dfu-split-right
31
27[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 32[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
28 33
29## Bootloader 34## Bootloader
@@ -53,3 +58,4 @@ If you printed one of the PCB variant with swapped letters `Q` and `B` / `P` and
53 { B5, B4, NO_PIN, NO_PIN, NO_PIN } \ 58 { B5, B4, NO_PIN, NO_PIN, NO_PIN } \
54} 59}
55``` 60```
61