summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/66/rev3/rev3.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clueboard/66/rev3/rev3.c')
-rw-r--r--keyboards/clueboard/66/rev3/rev3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/clueboard/66/rev3/rev3.c b/keyboards/clueboard/66/rev3/rev3.c
index 8f703d2c9..713d998e6 100644
--- a/keyboards/clueboard/66/rev3/rev3.c
+++ b/keyboards/clueboard/66/rev3/rev3.c
@@ -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);