]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/avr/suspend.c
Merge branch 'master' into chibios
[max/tmk_keyboard.git] / tmk_core / common / avr / suspend.c
index 80243f02bc7448d8a6880afad9718bdff11af4fd..af99f52b5ee18336f4f332eddf5c37bd9ab5b108 100644 (file)
@@ -85,6 +85,8 @@ void suspend_power_down(void)
     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();