summaryrefslogtreecommitdiff
path: root/keyboards/labyrinth75/readme.md
diff options
context:
space:
mode:
authorLiviturtle <67487436+Liviturtle@users.noreply.github.com>2020-12-17 06:45:21 +0000
committerGitHub <noreply@github.com>2020-12-16 22:45:21 -0800
commitdc4c80eef40ebf38302e057fb78d8c2c77089beb (patch)
tree84db6c87f2d07e434439e22546388832fbc3b4b5 /keyboards/labyrinth75/readme.md
parentc4aae0e93b6956e17c872ff49b79640ed7a3375f (diff)
[Keyboard] add Labyrinth75 (#11135)
* added Labyrinth75 * changed to lowercase inline with the PR checklist * added a correctly formatted image to readme.md * fixed imgur link * fixed info.json * Update keyboards/labyrinth75/keymaps/default/keymap.c Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * Update keyboards/labyrinth75/labyrinth75.h Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * remove superfluous backslashes * Update keyboards/labyrinth75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/labyrinth75/readme.md')
-rw-r--r--keyboards/labyrinth75/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/labyrinth75/readme.md b/keyboards/labyrinth75/readme.md
new file mode 100644
index 0000000000..89ddd05bef
--- /dev/null
+++ b/keyboards/labyrinth75/readme.md
@@ -0,0 +1,19 @@
+# labyrinth75
+
+![labyrinth75](https://i.imgur.com/D6jQaNz.jpg)
+
+A through hole 75% FR4 sandwich keyboard using a Pro Micro or Elite C
+
+* Keyboard Maintainer: [Livi](https://github.com/Liviturte)
+* Hardware Supported: labyrinth75 Pro Micro powered PCB
+* Hardware Availability: Keyboard groupbuy run on r/MechMarket
+
+Make example for this keyboard (after setting up your build environment):
+
+ make labyrinth75:default
+
+Flashing example for this keyboard:
+
+ make labyrinth75:default:flash
+
+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).