~ruther/qmk_firmware

ref: 5539d7affb52f467b41eb9245045ee4768a6b391 qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 143 bytes
5539d7af — Jeff Hastings [Keyboard] Update 1upkeyboards/super16 with code from vendor (#5645) 6 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) {}