Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lotus.lowpower #25

Closed
wants to merge 2 commits into from
Closed

Lotus.lowpower #25

wants to merge 2 commits into from

Commits on May 26, 2023

  1. add wfi to idle thread

    WIth this change power is reduced by 3mA
    
    Signed-off-by: Kieran Levin <[email protected]>
    kiram9 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    316902e View commit details
    Browse the repository at this point in the history
  2. implement backlight and lower power matrix scanning

    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 <[email protected]>
    kiram9 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5c4941e View commit details
    Browse the repository at this point in the history