]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lily58/rev1/rev1.c
Keyboard: Lily58 update serial.c and add OLED (#4715)
[qmk_firmware.git] / keyboards / lily58 / rev1 / rev1.c
index 4c54d7717c385f41ea72bf0fd1ce950caf0587b5..e78f2ccfa5f4685df69e06ec92cd2a7dcd48108c 100644 (file)
@@ -1,14 +1,8 @@
 #include "lily58.h"
 
-void matrix_init_kb(void) {
-
-    // // green led on
-    // DDRD |= (1<<5);
-    // PORTD &= ~(1<<5);
-
-    // // orange led on
-    // DDRB |= (1<<0);
-    // PORTB &= ~(1<<0);
-
-       matrix_init_user();
-};
\ No newline at end of file
+#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
\ No newline at end of file