diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2018-02-10 17:08:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-10 17:08:37 -0800 |
commit | fa72d4aa5ad278bd830fdea6da4e6d1311bba96d (patch) | |
tree | ac5654154b17c6f02b9d354d9e4d350b3bf53915 /keyboards/clueboard/66/rev3/rev3.c | |
parent | 88a7fa762f0b6b696b15334dde4851fdc601b558 (diff) | |
download | qmk_firmware-fa72d4aa5ad278bd830fdea6da4e6d1311bba96d.tar.gz |
Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)
Diffstat (limited to 'keyboards/clueboard/66/rev3/rev3.c')
-rw-r--r-- | keyboards/clueboard/66/rev3/rev3.c | 8 |
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); |