diff options
author | Danny <nooges@users.noreply.github.com> | 2018-07-31 12:08:44 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-31 09:08:44 -0700 |
commit | 1c88e4663d1d4342d151b804ec3155aa40c06855 (patch) | |
tree | 526ed71173849c2dfb63cfdf4b27b9e65afb7d7d /keyboards/rorschach/readme.md | |
parent | 76f3a10eecbc1c04237b3852a0f3384e681a3492 (diff) | |
download | qmk_firmware-1c88e4663d1d4342d151b804ec3155aa40c06855.tar.gz qmk_firmware-1c88e4663d1d4342d151b804ec3155aa40c06855.zip |
Add Rorschach keyboard (#3532)
* Add Rorschach keyboard
* Add info.json
* Replace header guards with pragma once
Diffstat (limited to 'keyboards/rorschach/readme.md')
-rw-r--r-- | keyboards/rorschach/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/rorschach/readme.md b/keyboards/rorschach/readme.md new file mode 100644 index 0000000000..537553720b --- /dev/null +++ b/keyboards/rorschach/readme.md @@ -0,0 +1,20 @@ +Rorschach +========= + +A split ortholinear 4x6 keyboard with 2 additional thumb keys and sold by Keebio. [More info at Keebio](https://keeb.io). + +Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) +Hardware Supported: Pro Micro +Hardware Availability: [Keebio](https://keeb.io) + +Make example for this keyboard (after setting up your build environment): + + make rorschach/rev1:default + +Example of flashing this keyboard: + + make rorschach/rev1:default:avrdude + +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. + +A build guide for this keyboard can be found here: [Iris Build Guide](https://docs.keeb.io/iris-build-guide.html) |