diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-03-19 12:36:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 12:36:52 -0700 |
commit | 8dfe37a3a38edab19c113d43f9bf03b734b13de0 (patch) | |
tree | 5c385b3e040d789f92e0df05bf555d133aea690d /keyboards/sirius/unigo66/readme.md | |
parent | 69eca63a84e3c9017a15266e9c4be24cdb10e964 (diff) |
Sirius UniGo66 touch-up (#12280)
* un-nest layout macros
* use #pragma once include guard in unigo66.h
* unify rules.mk to QMK AVR template
- remove Bootloader selection comment block
- unify Build Option header comment
- align Build Option rules and inline comments
* remove unused LAYOUT_all macro
* update readme.md to match QMK template
Diffstat (limited to 'keyboards/sirius/unigo66/readme.md')
-rw-r--r-- | keyboards/sirius/unigo66/readme.md | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/keyboards/sirius/unigo66/readme.md b/keyboards/sirius/unigo66/readme.md index 1dae0f9949..38d03b9b35 100644 --- a/keyboards/sirius/unigo66/readme.md +++ b/keyboards/sirius/unigo66/readme.md @@ -1,17 +1,26 @@ # UniGo66 -![UniGo66](https://i.imgur.com/ZKlcncg.png) +![UniGo66](https://raw.githubusercontent.com/noroadsleft/qmk_images/master/keyboards/sirius/unigo66/IMG_4272_640.jpg)\ +[UniGo66 layout options](https://i.imgur.com/ZKlcncg.png) The UniGo66 is an ergonomic wireless keyboard designed by Sirius and manufactured by ALF Studios. -Join ALF Studios on [Discord](https://discord.gg/GJ8bdM) +Join [ALF Studios on Discord](https://discord.gg/GJ8bdM). -Make example: +* Keyboard Maintainer: [Daniel Klein](https://github.com/dhklein), [The QMK Community](https://github.com/qmk) +* Hardware Supported: Sirius UniGo66 PCB (ATmega32U4) +* Hardware Availability: [ALF Studios Discord](https://discord.gg/GJ8bdM) - make sirius/unigo66:default +Make example for this keyboard (after setting up your build environment): -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). + make sirius/unigo66:default + +Flashing example for this keyboard: + + make sirius/unigo66:default:flash To get the U2U into DFU flashing mode, insert the U2U into the computer and press the button in the red circle shown below ![U2U](https://i.imgur.com/WKwgDjZ.png) + +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). |