diff options
author | Mattia Dal Ben <mattdibi@users.noreply.github.com> | 2019-01-30 20:02:05 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-30 11:02:05 -0800 |
commit | 6a63b67cde63fc994a7adcd5be0dfd3d5733aaa9 (patch) | |
tree | 58d208d26465544cad5b5334cbaa7950b6c82df2 /keyboards/redox_w/readme.md | |
parent | 71164eee6abe3c998227670aebe5020973a577ad (diff) | |
download | firmware-6a63b67cde63fc994a7adcd5be0dfd3d5733aaa9.tar.gz firmware-6a63b67cde63fc994a7adcd5be0dfd3d5733aaa9.tar.bz2 firmware-6a63b67cde63fc994a7adcd5be0dfd3d5733aaa9.zip |
[Keyboard] Redox Wireless configurator bugfix (#4961)
* Fixed wrong build instruction
* Updated info.json file
Diffstat (limited to 'keyboards/redox_w/readme.md')
-rw-r--r-- | keyboards/redox_w/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/redox_w/readme.md b/keyboards/redox_w/readme.md index 83544a9fc..a47fc2ead 100644 --- a/keyboards/redox_w/readme.md +++ b/keyboards/redox_w/readme.md @@ -22,7 +22,7 @@ make redox_w:default Example of flashing this keyboard: ```sh -make redox_w/rev1:default:avrdude +make redox_w:default:avrdude ``` See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |