diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-08-09 17:45:43 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-08-09 17:45:43 -0700 |
| commit | ccfe60eb57b6cb11c5c9914445cceae77c09c0da (patch) | |
| tree | 772dd3b83192a0c45fabdb9c92b3f39a78225b53 /keyboards/facew | |
| parent | 435e9b7bdb89043b3ce8b0cfc9b0f3ee4d298166 (diff) | |
| download | qmk_firmware-ccfe60eb57b6cb11c5c9914445cceae77c09c0da.tar.gz qmk_firmware-ccfe60eb57b6cb11c5c9914445cceae77c09c0da.zip | |
Update ps2avrgb readme (#3599)
* give ps2avrgb a specific readme
* add homebrew and crosspack avr step
* update readme of all ps2avrgb boards to reflect the new template
Diffstat (limited to 'keyboards/facew')
| -rw-r--r-- | keyboards/facew/readme.md | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/keyboards/facew/readme.md b/keyboards/facew/readme.md index 727c04d93..f948e7a46 100644 --- a/keyboards/facew/readme.md +++ b/keyboards/facew/readme.md | |||
| @@ -15,10 +15,39 @@ Hardware Availability: https://mechanicalkeyboards.com/shop/index.php?l=product_ | |||
| 15 | - The FaceW Sprit Edition can be purchased on [mechanicalkeyboards.com](www.mechanicalkeyboards.com) | 15 | - The FaceW Sprit Edition can be purchased on [mechanicalkeyboards.com](www.mechanicalkeyboards.com) |
| 16 | - Uses ps2avru instead of ps2avrgb | 16 | - Uses ps2avru instead of ps2avrgb |
| 17 | - To put in reset mode hold `q` while inserting the USB cable | 17 | - To put in reset mode hold `q` while inserting the USB cable |
| 18 | - When flashing, type `bootloadHID -r yourfile.hex` and wait awhile | ||
| 19 | 18 | ||
| 20 | Make example for this keyboard (after setting up your build environment): | 19 | Make example for this keyboard (after setting up your build environment): |
| 21 | 20 | ||
| 22 | make facew:default | 21 | make facew:default |
| 23 | 22 | ||
| 23 | Flashing | ||
| 24 | |||
| 25 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. | ||
| 26 | |||
| 27 | Windows: | ||
| 28 | 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). | ||
| 29 | 2. Place your keyboard into reset. | ||
| 30 | 3. Press the `Find Device` button and ensure that your keyboard is found. | ||
| 31 | 4. Press the `Open .hex File` button and locate the `.hex` file you created. | ||
| 32 | 5. Press the `Flash Device` button and wait for the process to complete. | ||
| 33 | |||
| 34 | macOS: | ||
| 35 | 1. Install homebrew by typing the following: | ||
| 36 | ``` | ||
| 37 | /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | ||
| 38 | ``` | ||
| 39 | 2. Install `crosspack-avr`. | ||
| 40 | ``` | ||
| 41 | brew cask install crosspack-avr | ||
| 42 | ``` | ||
| 43 | 3. Install the following packages: | ||
| 44 | ``` | ||
| 45 | brew install python | ||
| 46 | brew install pyusb | ||
| 47 | brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb | ||
| 48 | |||
| 49 | 4. Place your keyboard into reset. | ||
| 50 | 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. | ||
| 51 | |||
| 52 | |||
| 24 | See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. | 53 | See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. |
