Add power button and refine layout description

This commit is contained in:
Johannes Marbach 2021-09-08 22:21:14 +02:00
parent efc5f3006b
commit c8a8da6dcf

View file

@ -21,9 +21,10 @@ The biggest obstacle is input processing. [lv_drivers] provides an evdev interfa
- On-screen keyboard control via one or more hardware keyboard (including support for multiple layouts using XKB) - On-screen keyboard control via one or more hardware keyboard (including support for multiple layouts using XKB)
- Works great on my laptop keyboard but occasionally drops keys on my Ergodox EZ) - Works great on my laptop keyboard but occasionally drops keys on my Ergodox EZ)
- On-screen keyboard control via touchscreen (tested on PinePhone) - On-screen keyboard control via touchscreen (tested on PinePhone)
- Switching on-screen keyboard layout at runtime (layouts still to be refined, currently only supports US English and German) - Switching on-screen keyboard layout at runtime (layouts still to be refined, currently based on squeekboard subset)
- Switching between light and dark theme at runtime - Switching between light and dark theme at runtime
- Disclosing and hiding entered password at runtime - Disclosing and hiding entered password at runtime
- Powering off via soft button
## To do ## To do