]> git.donarmstrong.com Git - tmk_firmware.git/blob - common/mbed/suspend.c
Fix common files for mbed
[tmk_firmware.git] / common / mbed / suspend.c
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) {}