diff options
author | kwlodarczy <64139515+kwlodarczy@users.noreply.github.com> | 2020-06-29 23:00:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 15:00:36 -0700 |
commit | 67beec5e94eefade8d22be10a5308373ddb54118 (patch) | |
tree | 3aa1d1e28c75d7c891731159e5dcd4b9fb01fa44 /keyboards/rotr/readme.md | |
parent | 09a53d1aa302a166cadbe7c75bc6f64a30e30fe3 (diff) | |
download | qmk_firmware-67beec5e94eefade8d22be10a5308373ddb54118.tar.gz |
[Keyboard] Rotr (#9546)
* Add files via upload
* Add files via upload
Edited code to fix the formatting so that it follows the conventions.
* Create README.md
* Update config.h
* Update keyboards/rotr/config.h
* Update keyboards/rotr/config.h
* Update keyboards/rotr/config.h
* Update keyboards/rotr/kb.h
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/rules.mk
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/kb.c
* Delete Makefile
* Rename kb.c to rotr.c
* Rename kb.h to rotr.h
* Update rules.mk
* Rename README.md to readme.md
* Create info.json
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/readme.md
* Update keyboards/rotr/readme.md
* Update keyboards/rotr/readme.md
* Update keymap.c
* Update rotr.c
* Update info.json
* Update keyboards/rotr/readme.md
Diffstat (limited to 'keyboards/rotr/readme.md')
-rw-r--r-- | keyboards/rotr/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/rotr/readme.md b/keyboards/rotr/readme.md new file mode 100644 index 000000000..a3e943fd3 --- /dev/null +++ b/keyboards/rotr/readme.md @@ -0,0 +1,20 @@ +# ROTR + +![ROTR](https://i.imgur.com/051liRCl.jpg) + +A macro pad with a multipurpose knob. + +* Keyboard Maintainer: [kwlodarczyk](https://github.com/kwlodarczy) +* Hardware: [Geekhack](https://geekhack.org/index.php?topic=107104.0) + +## Features: +* Minimal design with plug and play functionality. +* Frictionless, solid brass knob. +* Hot swappable switches. +* USB C connection. + +Make example for this keyboard (after setting up your build environment): + + make rotr: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). |