10 DDRF |= (1<<4) | (1<<5);
11 PORTF |= (1<<4) | (1<<5);
15 void matrix_init_kb(void) {
16 // put your keyboard start-up code here
17 // runs once when the firmware starts up
23 void matrix_scan_kb(void) {
24 // put your looping keyboard code here
25 // runs every cycle (a lot)
29 void led_set_kb(uint8_t usb_led) {