Matrix power saving
This commit is contained in:
parent
c2d830c07c
commit
608ebe2686
6 changed files with 60 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue