With this change the 3.3V rail gets down to 22mA
The backlight and power led will auto turn off when the keyboard
SLEEP# goes low, and will resume when the sleep pin goes high.
For some reason WFI does not sleep as long as I would expect.
Something is triggering interrupts constantly
that we need to figure out to save power.
Signed-off-by: Kieran Levin <ktl@frame.work>
Just like the 13inch Framework we want FN+Space to step through all
three brightness levels, instead of turning on/off.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
- Equals key (=) wouldn't do anything
- Zero (0) key would register as equals (=)
Issue: Missing entry in key matrix.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Changes:
- Persist FN lock through powercycle
- Fix display switch button - would sometimes not work, only open
windows menu
The changes only apply to ANSI/ISO/JIS layouts.
Signed-off-by: Daniel Schaefer <dhs@frame.work>