summaryrefslogtreecommitdiff
path: root/keyboards/opus/readme.md
diff options
context:
space:
mode:
authorRaleigh Wayland <rtwayland@gmail.com>2020-10-15 12:19:51 -0600
committerGitHub <noreply@github.com>2020-10-15 19:19:51 +0100
commitf90688e55060c3b4ebe797c42c483fd2d0412321 (patch)
treebd0ff68c441411b7e59dc8cdb615714634ec22dc /keyboards/opus/readme.md
parent0f453bc5f7685671e79a465e0bbd6c8c67a93409 (diff)
Adding Opus keyboard (#10628)
* Adding opus keyboard * Preparing keyboard for PR * Adding images to default keymap readme * Changing VENDOR_ID * Minor changes * Changing PRODUCT_ID * Removing comment * Fixing tap dance issue * #pragma once instead of #ifndef * Resolving PR suggestions * Removing ifndef * Using lower resolution image * Formatting comments * Adjusting copyright year Co-authored-by: Raleigh Wayland <raleigh.wayland@stormapp.com>
Diffstat (limited to 'keyboards/opus/readme.md')
-rw-r--r--keyboards/opus/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/opus/readme.md b/keyboards/opus/readme.md
new file mode 100644
index 0000000000..aebe3162d4
--- /dev/null
+++ b/keyboards/opus/readme.md
@@ -0,0 +1,15 @@
+# Opus
+
+![opus](https://i.imgur.com/1jXSUbrl.jpg)
+
+This is a 40%, non-split, ergonomic, hot-swap keyboard.
+The columns are angled to follow the natural angle of the hand.
+
+* Keyboard Maintainer: [rtwayland](https://github.com/rtwayland)
+* Hardware Supported: Pro-micro. Elite-C.
+
+Make example for this keyboard (after setting up your build environment):
+
+ make opus: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).