4 void matrix_init_kb(void) {
5 // put your keyboard start-up code here
6 // runs once when the firmware starts up
11 void matrix_scan_kb(void) {
12 // put your looping keyboard code here
13 // runs every cycle (a lot)
17 void led_init_ports(void) {
18 // * Set our LED pins as output
22 void led_set_kb(uint8_t usb_led) {
23 if (usb_led & (1<<USB_LED_CAPS_LOCK)) {