]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/clueboard/66/rev3/rev3.c
Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)
[qmk_firmware.git] / keyboards / clueboard / 66 / rev3 / rev3.c
index 8f703d2c99578b17d791b7afdec5b2f71b22b836..713d998e6d1a6b29ecaef83c8991c7e545f4fbcc 100644 (file)
@@ -4,10 +4,10 @@
 #include "print.h"
 
 void matrix_init_kb(void) {
-       // put your keyboard start-up code here
-       // runs once when the firmware starts up
-       matrix_init_user();
-       led_init_ports();
+    // put your keyboard start-up code here
+    // runs once when the firmware starts up
+    matrix_init_user();
+    led_init_ports();
 
     // JTAG disable for PORT F. write JTD bit twice within four cycles.
     MCUCR |= (1<<JTD);