diff options
author | さくらんぼ <47372812+sakurachari@users.noreply.github.com> | 2019-04-12 01:07:39 +0900 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-11 09:07:39 -0700 |
commit | dc570b0b389d23b8ea8b46311294a7040b5e1e44 (patch) | |
tree | 8e47ebf2f6c291e960664e5d20afc308afa92e24 /keyboards/yosino58/rev1/rev1.c | |
parent | fa514e63aaed358dbe4d098e7dc31561f148aec0 (diff) |
Keyboard: Add yosino58 Keyboard (#5465)
* Keyboard: Add yosino58 Keyboard
* Keyboard: Add yosino58 Keyboard
Diffstat (limited to 'keyboards/yosino58/rev1/rev1.c')
-rw-r--r-- | keyboards/yosino58/rev1/rev1.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/yosino58/rev1/rev1.c b/keyboards/yosino58/rev1/rev1.c new file mode 100644 index 0000000000..ef1f13e413 --- /dev/null +++ b/keyboards/yosino58/rev1/rev1.c @@ -0,0 +1,8 @@ +#include "yosino58.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 |