diff options
Diffstat (limited to 'common/keyboard.c')
| -rw-r--r-- | common/keyboard.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/keyboard.c b/common/keyboard.c index b03b124d7..eb7b096be 100644 --- a/common/keyboard.c +++ b/common/keyboard.c | |||
| @@ -62,6 +62,12 @@ static bool has_ghost_in_row(uint8_t row) | |||
| 62 | #endif | 62 | #endif |
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | __attribute__ ((weak)) void matrix_setup(void) {} | ||
| 66 | void keyboard_setup(void) | ||
| 67 | { | ||
| 68 | matrix_setup(); | ||
| 69 | } | ||
| 70 | |||
| 65 | void keyboard_init(void) | 71 | void keyboard_init(void) |
| 66 | { | 72 | { |
| 67 | timer_init(); | 73 | timer_init(); |
