Keyboard: Add HelixPico keyboard (#3502)
This commit is contained in:
committed by
Drashna Jaelre
parent
f2bf5a9a74
commit
07e0558e9a
14
keyboards/helix/pico/pico.c
Normal file
14
keyboards/helix/pico/pico.c
Normal file
@ -0,0 +1,14 @@
|
||||
#include "helix.h"
|
||||
|
||||
|
||||
#ifdef SSD1306OLED
|
||||
void led_set_kb(uint8_t usb_led) {
|
||||
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
|
||||
//led_set_user(usb_led);
|
||||
}
|
||||
#endif
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
||||
matrix_init_user();
|
||||
};
|
Reference in New Issue
Block a user