qmk_firmware/keyboards/malevolti/superlyra
Ryan 5e4b076af3
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
..
keymaps Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
rev1 Move keyboard USB IDs and strings to data driven: M (#17859) 2022-08-03 17:15:43 +10:00
config.h Add Superlyra keyboard + group with Lyra under new directory (#14955) 2021-12-19 12:58:40 -08:00
readme.md [Keyboard] Amend SuperLyra readme (#15942) 2022-01-21 22:15:46 -08:00
superlyra.c Add Superlyra keyboard + group with Lyra under new directory (#14955) 2021-12-19 12:58:40 -08:00
superlyra.h Add Superlyra keyboard + group with Lyra under new directory (#14955) 2021-12-19 12:58:40 -08:00

SuperLyra Keyboard

By Domanic Calleja - https://github.com/Malevolti

SuperLyra is a 90 key column-staggered ergonomic keyboard. Based on the Lyra split with the addition of a centre numpad for ambidextorous use. This version is a single pcb as opposed to a split, with the alphanumeric segments angled at 30 degrees to eachother. There is an open source PCB available via https://github.com/Malevolti/SuperLyra

Make example for this keyboard (after setting up your build environment):

make malevolti/superlyra:default

Flashing example for this keyboard:

make malevolti/superlyra:default:flash

Press reset button on the keyboard when asked.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.