aboutsummaryrefslogtreecommitdiff
path: root/keyboards/yosino58/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/yosino58/rev1/rev1.c')
-rw-r--r--keyboards/yosino58/rev1/rev1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/yosino58/rev1/rev1.c b/keyboards/yosino58/rev1/rev1.c
index ef1f13e41..45534122b 100644
--- a/keyboards/yosino58/rev1/rev1.c
+++ b/keyboards/yosino58/rev1/rev1.c
@@ -1,8 +1 @@
1#include "yosino58.h" #include "yosino58.h"
2
3#ifdef SSD1306OLED
4void led_set_kb(uint8_t usb_led) {
5 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
6 //led_set_user(usb_led);
7}
8#endif