]> git.gir.st - tmk_keyboard.git/blob - tmk_core/common/chibios/suspend.c
Merge branch 'master' into chibios
[tmk_keyboard.git] / tmk_core / common / chibios / suspend.c
1 /* TODO */
2
3 #include <stdbool.h>
4
5
6 void suspend_power_down(void) {}
7 bool suspend_wakeup_condition(void) { return true; }
8 void suspend_wakeup_init(void) {}
Imprint / Impressum