1
0
Fork 0

Matrix power saving

This commit is contained in:
tmk 2014-11-23 13:08:05 +09:00
parent c2d830c07c
commit 608ebe2686
6 changed files with 60 additions and 6 deletions

View file

@ -62,6 +62,9 @@ void keyboard_init(void);
void keyboard_task(void);
void keyboard_set_leds(uint8_t leds);
__attribute__ ((weak)) void matrix_power_up(void) {}
__attribute__ ((weak)) void matrix_power_down(void) {}
#ifdef __cplusplus
}
#endif