Skip to content

Lily58 multilingual keyboard layout

License

Notifications You must be signed in to change notification settings

umag/lily-layout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My multilingual layout for Lily58 keyboard

Layout rationale

  • 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.
  • All printable characters are fit into main keyboard layer, UTIL and PAGE layers are used for 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.

Cheatsheet

Unsorted comments

  • 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, UTIL layer when held.
  • Caps Lock is being kept just for layour switching purposes. Paired with AltGr, short tap to toggle.
  • LOCK button on UTIL and PAGE 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 UTIL layer switch default typing layout to Colemak-DH, QWERTY and gaming one respectively.

Printable PDF

OLED info:

  • Left: current layer, modifier keys statuses
  • Right: just some static images

Artifacts

pCloud Drive. So far, contains firmware binary and Windows input language installer archives. Everything is built from up-to-date main branch.

Keyboard firmware build

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.

Flash

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.

OS Layouts

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.

Extra credits

About

Lily58 multilingual keyboard layout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.1%
  • Makefile 0.9%