~ruther/qmk_firmware

ref: d58b14e880580671a297be81303acbef5e28e0b3 qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 143 bytes
d58b14e8 — yoyoerx Addressed void* return warning & coding style 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) {}