~ruther/qmk_firmware

ref: 38a0e62a10fcbb4b96f8f69d4fc69872d2d3a7ed qmk_firmware/tmk_core/common/mbed/suspend.c -rw-r--r-- 143 bytes
38a0e62a — Didier Loiseau Layer 1: restore backspace, ralt and ctl on right hand 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) {}