diff options
author | mechmerlin <mechmerlin@gmail.com> | 2019-07-14 18:14:00 -0700 |
---|---|---|
committer | mechmerlin <mechmerlin@gmail.com> | 2019-07-14 18:14:00 -0700 |
commit | f8e4921491bf977f04ae1a226756df28e55491ab (patch) | |
tree | 1be2425488dbc6d6b73ed7f80a0a375d055d8884 | |
parent | 66b63f66a919d668efd00c1e4222bf4d9fe76ad8 (diff) | |
download | qmk_firmware-f8e4921491bf977f04ae1a226756df28e55491ab.tar.gz qmk_firmware-f8e4921491bf977f04ae1a226756df28e55491ab.zip |
update readme
-rw-r--r-- | keyboards/winkeyless/bface/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/winkeyless/bface/README.md b/keyboards/winkeyless/bface/README.md index f1789b04c..da0eb8088 100644 --- a/keyboards/winkeyless/bface/README.md +++ b/keyboards/winkeyless/bface/README.md | |||
@@ -14,6 +14,8 @@ Flashing | |||
14 | 14 | ||
15 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. | 15 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. |
16 | 16 | ||
17 | **Reset Key:** Hold down the key located at K00, commonly programmed as left control while plugging in the keyboard. | ||
18 | |||
17 | Windows: | 19 | Windows: |
18 | 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). | 20 | 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). |
19 | 2. Place your keyboard into reset. | 21 | 2. Place your keyboard into reset. |
@@ -33,7 +35,7 @@ macOS: | |||
33 | 3. Install the following packages: | 35 | 3. Install the following packages: |
34 | ``` | 36 | ``` |
35 | brew install python | 37 | brew install python |
36 | brew install pyusb | 38 | pip3 install pyusb |
37 | brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb | 39 | brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb |
38 | ``` | 40 | ``` |
39 | 41 | ||