aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergosaurus/readme.md
diff options
context:
space:
mode:
authorCody Bender <50554676+cfbender@users.noreply.github.com>2020-01-30 02:16:11 -0700
committerGitHub <noreply@github.com>2020-01-30 01:16:11 -0800
commit6d5812a86c7eaa3e84d8a69126aa04195713be62 (patch)
treea4c0a6ab924d1549b016942d3fba917bd8a2763f /keyboards/ergosaurus/readme.md
parent1249594cf0b09a45f28593c75f9d8f413ccf0424 (diff)
downloadfirmware-6d5812a86c7eaa3e84d8a69126aa04195713be62.tar.gz
firmware-6d5812a86c7eaa3e84d8a69126aa04195713be62.tar.bz2
firmware-6d5812a86c7eaa3e84d8a69126aa04195713be62.zip
[Keyboard] Add Ergosaurus Support (#8013)
Initialize config * Update matrix size * Update Keymap * Rename files to remove hyphen * Rename board and folders * Fix ergosaurus.h typo * Fix ergosaurus.h layout matrix * Update column pins * Fixed ergosaurus * Add Reggie layout * Update Ergo keymap * Update with fixes from PR #8013 * Fix KeyHive link * Remove config.h and extra whitespace from README * Update PID, README and rules spacing * Update rules.mk
Diffstat (limited to 'keyboards/ergosaurus/readme.md')
-rw-r--r--keyboards/ergosaurus/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/ergosaurus/readme.md b/keyboards/ergosaurus/readme.md
new file mode 100644
index 000000000..cb1a02318
--- /dev/null
+++ b/keyboards/ergosaurus/readme.md
@@ -0,0 +1,15 @@
+# Ergosaurus
+
+![ergosaurus](https://i.imgur.com/9yLCcpH.jpg)
+
+An Arduino Pro Micro driven Alice-clone PCB. Supports all Alice-style cases, given the clearance for the Pro Micro. Ergosaurus specific acrylic case files available [here](https://github.com/cfbender/Lubrigante).
+
+* Keyboard Maintainer: [cfbender](https://github.com/cfbender)
+* Hardware Supported: Ergosaurus PCB, Pro Micro
+* Hardware Availability: [KeyHive](https://keyhive.xyz)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make ergosaurus: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).