wip
This commit is contained in:
parent
0d8b4d6fa6
commit
123758c663
226 changed files with 56 additions and 2541 deletions
|
@ -1,16 +1 @@
|
|||
#include "helix.h"
|
||||
|
||||
|
||||
#ifdef SSD1306OLED
|
||||
#include "ssd1306.h"
|
||||
|
||||
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