aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lily58/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lily58/rev1/rev1.c')
-rw-r--r--keyboards/lily58/rev1/rev1.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/keyboards/lily58/rev1/rev1.c b/keyboards/lily58/rev1/rev1.c
index 64dd084b2..4c54d7717 100644
--- a/keyboards/lily58/rev1/rev1.c
+++ b/keyboards/lily58/rev1/rev1.c
@@ -1,14 +1,5 @@
1#include "lily58.h" 1#include "lily58.h"
2 2
3/*
4#ifdef SSD1306OLED
5void led_set_kb(uint8_t usb_led) {
6 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
7 led_set_user(usb_led);
8}
9#endif
10*/
11
12void matrix_init_kb(void) { 3void matrix_init_kb(void) {
13 4
14 // // green led on 5 // // green led on
@@ -20,5 +11,4 @@ void matrix_init_kb(void) {
20 // PORTB &= ~(1<<0); 11 // PORTB &= ~(1<<0);
21 12
22 matrix_init_user(); 13 matrix_init_user();
23}; 14}; \ No newline at end of file
24