diff options
Diffstat (limited to 'tmk_core/common/mbed/suspend.c')
-rw-r--r-- | tmk_core/common/mbed/suspend.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/common/mbed/suspend.c b/tmk_core/common/mbed/suspend.c new file mode 100644 index 000000000..32651574f --- /dev/null +++ b/tmk_core/common/mbed/suspend.c | |||
@@ -0,0 +1,6 @@ | |||
1 | #include <stdbool.h> | ||
2 | |||
3 | |||
4 | void suspend_power_down(void) {} | ||
5 | bool suspend_wakeup_condition(void) { return true; } | ||
6 | void suspend_wakeup_init(void) {} | ||