diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2020-04-12 11:08:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 08:08:15 -0700 |
commit | eb7fc7f9d99231e4c59dee2bef8659b089f4846a (patch) | |
tree | aec24b2530243643e094ffd2dbbcfda832165e51 /keyboards/cannonkeys/atlas/readme.md | |
parent | c2df714c3b0c23c2a943bc015281208419253c05 (diff) |
[Keyboard] Add CannonKeys Atlas keyboard (#8207)
* Atlas keyboard
* Update info and readme
* Update firmware
* Apply suggestions from code review
* Updates
* Add 2x2U layout
* Minor cleanup
* Fix trailing comma
* Remove line
* Apply suggestions from code review
Diffstat (limited to 'keyboards/cannonkeys/atlas/readme.md')
-rw-r--r-- | keyboards/cannonkeys/atlas/readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/atlas/readme.md b/keyboards/cannonkeys/atlas/readme.md new file mode 100644 index 0000000000..a11117b8e1 --- /dev/null +++ b/keyboards/cannonkeys/atlas/readme.md @@ -0,0 +1,10 @@ +# CannonKeys Atlas + +* Keyboard Maintainer: [Andrew Kannan](https://github.com/awkannan) +* Hardware Supported: STM32F072CBT6 + +Make example for this keyboard (after setting up your build environment): + + make cannonkeys/atlas:default + +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). |