Keyboard: Add HelixPico keyboard (#3502)
This commit is contained in:
parent
f2bf5a9a74
commit
07e0558e9a
15 changed files with 1591 additions and 0 deletions
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();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue