power_down(WDTO_15MS);
}
+__attribute__ ((weak)) void matrix_power_up(void) {}
+__attribute__ ((weak)) void matrix_power_down(void) {}
bool suspend_wakeup_condition(void)
{
matrix_power_up();
void suspend_wakeup_init(void)
{
// clear keyboard state
+ matrix_init();
clear_keyboard();
#ifdef BACKLIGHT_ENABLE
backlight_init();