~ruther/qmk_firmware

ref: 2e02886a1ec6d92c07f1edd13d4e68af1e861991 qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 143 bytes
2e02886a — Stephan Bösebeck remove typo 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) {}