diff options
Diffstat (limited to 'keyboards/handwired/dactyl_promicro/dactyl_promicro.c')
| -rw-r--r-- | keyboards/handwired/dactyl_promicro/dactyl_promicro.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_promicro/dactyl_promicro.c b/keyboards/handwired/dactyl_promicro/dactyl_promicro.c new file mode 100644 index 000000000..5d708cf48 --- /dev/null +++ b/keyboards/handwired/dactyl_promicro/dactyl_promicro.c | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #include "dactyl_promicro.h" | ||
| 2 | |||
| 3 | #ifdef SSD1306OLED | ||
| 4 | void 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 | ||
| 9 | |||
| 10 | void matrix_init_kb(void) { | ||
| 11 | matrix_init_user(); | ||
| 12 | }; \ No newline at end of file | ||
