From 07e0558e9a3607907c8efed6ae0f5e8c53befc8b Mon Sep 17 00:00:00 2001 From: MakotoKurauchi Date: Fri, 27 Jul 2018 06:26:02 +0900 Subject: Keyboard: Add HelixPico keyboard (#3502) --- keyboards/helix/pico/pico.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 keyboards/helix/pico/pico.c (limited to 'keyboards/helix/pico/pico.c') diff --git a/keyboards/helix/pico/pico.c b/keyboards/helix/pico/pico.c new file mode 100644 index 0000000000..5e248ccffe --- /dev/null +++ b/keyboards/helix/pico/pico.c @@ -0,0 +1,14 @@ +#include "helix.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(); +}; -- cgit v1.2.3