From c8a8da6dcfeccd18af9732857676fdbbd0e23ae3 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 8 Sep 2021 22:21:14 +0200 Subject: [PATCH] Add power button and refine layout description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7699a47..0b09865 100644 --- a/README.md +++ b/README.md @@ -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) - Works great on my laptop keyboard but occasionally drops keys on my Ergodox EZ) - 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 - Disclosing and hiding entered password at runtime +- Powering off via soft button ## To do