Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)
This commit is contained in:
parent
88a7fa762f
commit
fa72d4aa5a
35 changed files with 569 additions and 372 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue