Lily58 default keymap fix / add keymap (#4190)
* keymap fix/add * keymap fix * file fix * typo fix
This commit is contained in:
parent
4665e4ffff
commit
f69333a0e5
11 changed files with 237 additions and 478 deletions
|
@ -1,14 +1,5 @@
|
|||
#include "lily58.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) {
|
||||
|
||||
// // green led on
|
||||
|
@ -20,5 +11,4 @@ void matrix_init_kb(void) {
|
|||
// PORTB &= ~(1<<0);
|
||||
|
||||
matrix_init_user();
|
||||
};
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue