~ruther/qmk_firmware

ref: 987ee1115e118c654d67a5ca1faea05beec5c6f2 qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 143 bytes
987ee111 — IBNobody Merge remote-tracking branch 'refs/remotes/jackhumbert/master' 9 years ago
                                                                                
1
2
3
4
5
6
#include <stdbool.h>


void suspend_power_down(void) {}
bool suspend_wakeup_condition(void) { return true; }
void suspend_wakeup_init(void) {}