1
0
Fork 0

Lily58 default keymap fix / add keymap (#4190)

* keymap fix/add

* keymap fix

* file fix

* typo fix
This commit is contained in:
Naoki Katahira 2018-10-23 03:39:26 +09:00 committed by Drashna Jaelre
parent 4665e4ffff
commit f69333a0e5
11 changed files with 237 additions and 478 deletions

View file

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