Lily58 default keymap fix / add keymap (#4190)
* keymap fix/add * keymap fix * file fix * typo fix
This commit is contained in:
committed by
Drashna Jaelre
parent
4665e4ffff
commit
f69333a0e5
@@ -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();
|
||||
};
|
||||
|
||||
};
|
Reference in New Issue
Block a user