diff options
author | Domanic Calleja <82970232+Malevolti@users.noreply.github.com> | 2021-12-19 20:58:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 12:58:40 -0800 |
commit | 0e18f03b79d9bf5274323d7049c25e16d9250a06 (patch) | |
tree | 01ed12771ab141c9b694fcea5da60d461fb75632 /keyboards/malevolti/lyra/readme.md | |
parent | 98a82225aa82a5f9d4a2db80883661d3f34c9e7c (diff) | |
download | qmk_firmware-0e18f03b79d9bf5274323d7049c25e16d9250a06.tar.gz qmk_firmware-0e18f03b79d9bf5274323d7049c25e16d9250a06.zip |
Add Superlyra keyboard + group with Lyra under new directory (#14955)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/malevolti/lyra/readme.md')
-rw-r--r-- | keyboards/malevolti/lyra/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/malevolti/lyra/readme.md b/keyboards/malevolti/lyra/readme.md new file mode 100644 index 0000000000..3939431fb6 --- /dev/null +++ b/keyboards/malevolti/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 malevolti/lyra:default + +Flashing example for this keyboard: + + make malevolti/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). |