1
0
Fork 0

Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)

This commit is contained in:
skullydazed 2018-02-10 17:08:37 -08:00 committed by GitHub
parent 88a7fa762f
commit fa72d4aa5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 569 additions and 372 deletions

View 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);