summaryrefslogtreecommitdiff
path: root/keyboards/lily58/keymaps/domnantas/readme.md
blob: 262f7ffad6b8771914453cb9b81ba12a32be41c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
```