~ruther/qmk_firmware

ref: 1237025963484d70bbe5185a790bec6544653ccc qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 143 bytes
12370259 — Erez Zukerman [Erez & Jack] Packages Space Cadet shifts into keycodes 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) {}