forked from mirrors/qmk_userspace
Merge commit 'a074364c37
' as 'tmk_core'
This commit is contained in:
commit
1a02ebcc61
533 changed files with 102049 additions and 0 deletions
13
tmk_core/common/suspend.h
Normal file
13
tmk_core/common/suspend.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef SUSPEND_H
|
||||
#define SUSPEND_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
void suspend_idle(uint8_t timeout);
|
||||
void suspend_power_down(void);
|
||||
bool suspend_wakeup_condition(void);
|
||||
void suspend_wakeup_init(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue