mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
6 lines
143 B
C
6 lines
143 B
C
#include <stdbool.h>
|
|
|
|
|
|
void suspend_power_down(void) {}
|
|
bool suspend_wakeup_condition(void) { return true; }
|
|
void suspend_wakeup_init(void) {}
|