diff options
| author | tmk <hasu@tmk-kbd.com> | 2015-05-17 19:34:34 +0900 |
|---|---|---|
| committer | tmk <hasu@tmk-kbd.com> | 2015-05-19 00:39:43 +0900 |
| commit | 6b588eb7f7893500e18686e673dbf12b511dc975 (patch) | |
| tree | 62d7a75008d3407f318ae650c7a45643944eee31 /tmk_core/common/avr | |
| parent | 9a2282157fbdf57ef0a50d4fea7da72505906588 (diff) | |
| download | qmk_firmware-6b588eb7f7893500e18686e673dbf12b511dc975.tar.gz qmk_firmware-6b588eb7f7893500e18686e673dbf12b511dc975.zip | |
Add keyboard_setup() and matrix_setup()
Diffstat (limited to 'tmk_core/common/avr')
| -rw-r--r-- | tmk_core/common/avr/suspend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index 80243f02b..af99f52b5 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c | |||
| @@ -85,6 +85,8 @@ void suspend_power_down(void) | |||
| 85 | power_down(WDTO_15MS); | 85 | power_down(WDTO_15MS); |
| 86 | } | 86 | } |
| 87 | 87 | ||
| 88 | __attribute__ ((weak)) void matrix_power_up(void) {} | ||
| 89 | __attribute__ ((weak)) void matrix_power_down(void) {} | ||
| 88 | bool suspend_wakeup_condition(void) | 90 | bool suspend_wakeup_condition(void) |
| 89 | { | 91 | { |
| 90 | matrix_power_up(); | 92 | matrix_power_up(); |
