]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/planck/matrix.c
Replaced tabs with spaces to match TMK convention.
[qmk_firmware.git] / keyboard / planck / matrix.c
index 8cd9ac85b63fc18e95738d5577c6fc39714b6e47..e3926caecee9ccb4900b1c7cf27f05b9d9c0c890 100644 (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();