]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/helix/pico/pico.c
Helix serial.c re-adjust compiler depend value of delay (#4269)
[qmk_firmware.git] / keyboards / helix / pico / pico.c
1 #include "helix.h"
2
3
4 #ifdef SSD1306OLED
5 void led_set_kb(uint8_t usb_led) {
6     // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
7     //led_set_user(usb_led);
8 }
9 #endif
10
11 void matrix_init_kb(void) {
12
13         matrix_init_user();
14 };