summaryrefslogtreecommitdiffstats
path: root/keyboards/atom47/readme.md
diff options
context:
space:
mode:
authorMaarten Dekkers <maartenwut@gmail.com>2018-05-22 04:12:56 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-22 04:12:56 +0200
commit1e8be6b741ed2299fed1d7b5f1b05dc23530658b (patch)
tree52bbb9a245a9e0af88332c52b966dc6bb0c6d1b0 /keyboards/atom47/readme.md
parent36fe0828cfce8ebf1ba261d3191b0e65d5fb15fc (diff)
downloadqmk_firmware-1e8be6b741ed2299fed1d7b5f1b05dc23530658b.tar.gz
qmk_firmware-1e8be6b741ed2299fed1d7b5f1b05dc23530658b.tar.xz
Fix atom47 keyboard revision naming (#3013)
* Fixed Atom47 revisions, rev1 is rev3 * Remove rev1 folder * Added bootloader to info.json * Renamed layout * Change readme for atom47 * Remove bootloader line from info.json
Diffstat (limited to 'keyboards/atom47/readme.md')
-rw-r--r--keyboards/atom47/readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/atom47/readme.md b/keyboards/atom47/readme.md
index 1e96d42e9..66f599c6b 100644
--- a/keyboards/atom47/readme.md
+++ b/keyboards/atom47/readme.md
@@ -4,11 +4,11 @@
## Support
Keyboard Maintainer: [Maarten Dekkers](https://github.com/maartenwut)
-Hardware Supported: Atom47 rev3
+Hardware Supported: Atom47 rev2/rev3
Hardware Availability: [GeekHack.com Group Buy](https://geekhack.org/index.php?topic=93447.msg2545221)
-## Features
+## Features (rev3 and up)
- QMK Firmware
- 6 Underglow RGB leds
- In-switch leds
@@ -19,7 +19,7 @@ Hardware Availability: [GeekHack.com Group Buy](https://geekhack.org/index.php?t
- CapsLock indicator
## Build
-To build the default keymap, simply run `make atom47:default`.
+To build the default keymap for the latest revision, simply run `make atom47:default`. Specifiy the revision like so: `make atom47/rev3:default`.
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.