X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fsuspend.h;h=f339c670ac0431ed48b214e47f0cfa60fa157fd6;hb=af556d39d2f5a1ee30c34ee65ecd5d1b7a519bdc;hp=9b76f280d1f182f9c649fd2df07731fb70b3b2cd;hpb=adbb86b1ec8b07e86ae7425374e95b82122e48a7;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);