~ruther/qmk_firmware

ref: 9d03f48643f28e7da92aa476b6878af7bb343d74 qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 143 bytes
9d03f486 — Stephan Bösebeck reinstalled lost file, updated with some tweaks 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) {}