X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fsuspend.h;h=f339c670ac0431ed48b214e47f0cfa60fa157fd6;hb=75a59e4d12a13efc03cacd85b394fcf1204aad76;hp=9b76f280d1f182f9c649fd2df07731fb70b3b2cd;hpb=e81c70149ecf73256f8bb7d77cefc07f2b91d2be;p=max%2Ftmk_keyboard.git diff --git a/common/suspend.h b/common/suspend.h index 9b76f280..f339c670 100644 --- a/common/suspend.h +++ b/common/suspend.h @@ -5,7 +5,8 @@ #include -void suspend_power_down(void); +void suspend_idle(uint8_t timeout); +void suspend_power_down(uint8_t timeout); bool suspend_wakeup_condition(void); void suspend_wakeup_init(void);