summaryrefslogtreecommitdiffstats
path: root/keyboards/lyra/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-09 06:35:29 +0000
committerQMK Bot <hello@qmk.fm>2021-09-09 06:35:29 +0000
commit4e8f064c27b887172854d351ba4525e2bb8fbc3c (patch)
tree9ebc5f56e647dc95358c7052b7953ca77cd38497 /keyboards/lyra/readme.md
parent9ce3d1a7d4424939733d80451128e4416073af94 (diff)
parent4c88f76be8099d45444cea894bb2162870115832 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lyra/readme.md')
-rw-r--r--keyboards/lyra/readme.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/lyra/readme.md b/keyboards/lyra/readme.md
new file mode 100644
index 0000000000..575afa3f03
--- /dev/null
+++ b/keyboards/lyra/readme.md
@@ -0,0 +1,20 @@
+# Lyra Keyboard
+By Domanic Calleja - https://github.com/Malevolti
+
+Lyra is 7x5 keys column-staggered split keyboard. Based on Sofle, Lily58, Corne and Helix keyboards.
+There is an open source PCB available via https://github.com/Malevolti/Lyra
+Instructions for handwiring and hand-wire specific case STLs are available for home 3d printing
+
+Make example for this keyboard (after setting up your build environment):
+
+ make lyra:default
+
+Flashing example for this keyboard:
+
+ make lyra:default:flash
+
+Press reset button on the keyboard when asked.
+
+Disconnect the first half, connect the second one and repeat the process.
+
+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).