4 void matrix_init_kb(void) {
5 // put your keyboard start-up code here
6 // runs once when the firmware starts up
10 void matrix_scan_kb(void) {
11 // put your looping keyboard code here
12 // runs every cycle (a lot)
16 void led_set_kb(uint8_t usb_led) {
17 if (usb_led & (1<<USB_LED_CAPS_LOCK)) {