~ruther/qmk_firmware

ref: a76a79b8275740e218a31e1e45ec22bfeb80d3ba qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 142 bytes
a76a79b8 — noroadsleft [Keyboard] Rabbit68: Configurator layout support (#6809) 6 years ago
                                                                                
1
2
3
4
5
#include <stdbool.h>

void suspend_power_down(void) {}
bool suspend_wakeup_condition(void) { return true; }
void suspend_wakeup_init(void) {}