Replaced tabs with spaces to match TMK convention.

This commit is contained in:
Wilba6582 2015-03-17 00:56:41 +11:00
parent b80b6b369c
commit 65680819df
4 changed files with 43 additions and 43 deletions

View file

@ -62,9 +62,9 @@ void matrix_init(void)
MCUCR |= (1<<JTD);
MCUCR |= (1<<JTD);
// TODO fix this dependency
backlight_init_ports();
// TODO fix this dependency
backlight_init_ports();
// initialize row and col
unselect_rows();
init_cols();