diff options
author | Drashna Jaelre <drashna@live.com> | 2019-07-15 10:38:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 10:38:26 -0700 |
commit | 7ba82cb5b751d69dda6cc77ec8877c89defad3e4 (patch) | |
tree | 0932700ac42d7c5ab587917cce878274c4277846 /keyboards/winkeyless/bface/README.md | |
parent | a200f194d14086e2da740ac48bac5ffdf36689d8 (diff) | |
parent | f8e4921491bf977f04ae1a226756df28e55491ab (diff) |
bface refactor (#6333)
* remove custom matrix support
* remove custom i2c and led driver
* minor cleanups
* update readme
Diffstat (limited to 'keyboards/winkeyless/bface/README.md')
-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 f1789b04cf..da0eb8088b 100644 --- a/keyboards/winkeyless/bface/README.md +++ b/keyboards/winkeyless/bface/README.md @@ -14,6 +14,8 @@ Flashing ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. +**Reset Key:** Hold down the key located at K00, commonly programmed as left control while plugging in the keyboard. + Windows: 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). 2. Place your keyboard into reset. @@ -33,7 +35,7 @@ macOS: 3. Install the following packages: ``` brew install python - brew install pyusb + pip3 install pyusb brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb ``` |