1
0
Fork 0

Keyboard: Add HelixPico keyboard (#3502)

This commit is contained in:
MakotoKurauchi 2018-07-27 06:26:02 +09:00 committed by Drashna Jaelre
parent f2bf5a9a74
commit 07e0558e9a
15 changed files with 1591 additions and 0 deletions

View 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();
};