summaryrefslogtreecommitdiffstats
path: root/keyboards/vitamins_included/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/vitamins_included/rev1/rev1.c')
-rw-r--r--keyboards/vitamins_included/rev1/rev1.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/vitamins_included/rev1/rev1.c b/keyboards/vitamins_included/rev1/rev1.c
new file mode 100644
index 000000000..56fbb8787
--- /dev/null
+++ b/keyboards/vitamins_included/rev1/rev1.c
@@ -0,0 +1,13 @@
+#include "rev1.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) {
+ matrix_init_user();
+};