forked from mirrors/qmk_userspace
Add keyboard_setup() and matrix_setup()
This commit is contained in:
parent
9a2282157f
commit
6b588eb7f7
6 changed files with 25 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue