diff options
author | Domantas <domantas@zyro.com> | 2021-01-14 21:04:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 11:04:30 -0800 |
commit | e9f73e54548a0eae05f62bebe25ea8cdd79dd991 (patch) | |
tree | da26cb357d7880ba56a1a833fa45579e36fe76e6 /keyboards/lily58/keymaps/domnantas/readme.md | |
parent | f325bd6eb28e6fb14c086e36ba09b66ea7041ce0 (diff) |
[Keymap] Add domnantas lily58 keymap (#10910)
* Initialize domnantas layout
* Update oled status display
* Layout and oled changes
* Updates to keymap
* Add F keys and page moves
* Add media keys, rearrange home and end
* Add instructions
* Swap backspace and enter
* Remove unnecesary Enter keymap
* - Change display timeout
- Update minus sign to work on both English and Lithuanian layouts
* Add copyright header
* Replace static strings with PSTR
* Update keyboards/lily58/keymaps/domnantas/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/lily58/keymaps/domnantas/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/lily58/keymaps/domnantas/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/lily58/keymaps/domnantas/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/lily58/keymaps/domnantas/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/lily58/keymaps/domnantas/readme.md')
-rw-r--r-- | keyboards/lily58/keymaps/domnantas/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/lily58/keymaps/domnantas/readme.md b/keyboards/lily58/keymaps/domnantas/readme.md new file mode 100644 index 0000000000..262f7ffad6 --- /dev/null +++ b/keyboards/lily58/keymaps/domnantas/readme.md @@ -0,0 +1,21 @@ +# Domnantas layout for Lily58 Pro + +## Features + +- Optimised for lithuanian layout, but works on English too +- Backspace, Enter and Space are under thumbs, very little hand movement +- LShift swapped with LCtrl +- Numpad on Lower layer for left hand +- Navigation, media keys on Raise layer for right hand +- Status on the left OLED +- BONGOCAT on the right + +## Instructions +Since status is always on the left and Bongocat on the right, the keymap has to be flashed with different commands: + +```bash +# Right hand +qmk flash -kb lily58/rev1 -km domnantas -bl avrdude-split-left +# Left hand +qmk flash -kb lily58/rev1 -km domnantas -bl avrdude-split-right +```
\ No newline at end of file |