Update 2023-11-20: moved to Codeberg
- Being able to type in English, Finnish, Swedish, Russian, Ukrainian and Belarussian when having just two system layouts.
- Colemak-DH layout has been chosen for English as more finger friendly when typing.
- Phonetic layout has been chosen for Cyrilic languages to not lose ability to type in Ukrainian or Russian on built-in laptop keyboards with this layout installed.
- All printable characters are fit into main keyboard layer, NAVI layer is used for navigation keys and some other stuff.
- Punctuation marks used in both Latin and Cyrillic based languages are on the same keys to reduce cognitive load.
- As few more than two keys combos when typing as possible.
- No modifier keys under other fingers but thumbs.
- August 2023 update: now with mouse control support, see MOUSE layer.
- Printable characters: black are being typed just by key press, blue ones are typed with Shift held, red ones are being typed with AltGr held. For letters, lower case variants are omitted.
- Big thumb buttons: space when tapped, Shift when held; enter when tapped, NAVI layer when held.
- Caps Lock is being kept just for layour switching purposes. Paired with AltGr, short tap to toggle.
- LOCK button on NAVI and MOUSE layers locks them so modifier button could be released. To return to the main one, MAIN button is used. Known bug: layout locked in such way is not being displayed properly on OLED, I'll fix it as soon as I get more familiar with QMK code.
- C-DH, QWER and GAME buttons on NAVI layer switch default typing layout to Colemak-DH, QWERTY and gaming one respectively.
OLED info:
- Left: current layer, modifier keys statuses
- Right: just some static images
pCloud Drive. So far, contains firmware binary and Windows input language installer archives. Everything is built from up-to-date main branch.
You need to update xkb symbols data under /usr/share/X11/xkb/symbols/
to support new layouts. There is a single file per each layout, so you need to edit e.g. /usr/share/X11/xkb/symbols/us
file for English one. Paste the content of os_layouts/linux_xkb/en
file to the end of symbols file.
Enabling new layouts example:
setxkbmap -layout "us,ru" -variant "archlily,archlily" -option 'grp:caps_toggle'
(If you're using a proper DE, you'll figure it out.)
I use Ubuntu WSL running under Windows 10 for building. MSYS2 environment which is another option for QMK hasn't been tested.
QMK installation instructions.
~ $ git clone https://github.com/qmk/qmk_firmware
~ $ git clone https://github.com/archydragon/lily-layout
~ $ cd qmk_firmware
~/qmk_firmware $ ln -s ~/lily-layout/qmk_keymap keyboards/lily58/keymaps/archydragon
~/qmk_firmware $ make lily58:archydragon
It should result with writing a firmware file named lily58_rev1_archydragon.hex
under the current directory.
QMK Toolbox GUI is recommended for flashing. Or see "Flashing Firmware" page in QMK documentation.
Initially, both sides should be flashed to fully update OLED configuration and displayed data. After that, if you just need to update layout, flashing master side is enough.
So far, only Windows layouts have been built, tested and used in wild life. You may grab compiled layouts from "Artifacts" section above or built them yourself based on .klc files under this repo using MSKLC tool (ignore warnings about duplicate characters). After installing layours, reboot to see them in available inputs list.
- QMK Logo Editor
- Modifier keys status indicator stolen from soundmonster's CRKBD config