From 8a5c1e1859b22dff89d6f0200c258857e3f8c2a5 Mon Sep 17 00:00:00 2001 From: jotix <47826561+jotix@users.noreply.github.com> Date: Sun, 12 Apr 2020 14:25:09 -0300 Subject: [Keyboard] jotpad16 status leds (#8643) * jotpad16 status leds * jotpad16 * readme.md --- keyboards/handwired/jotpad16/jotpad16.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'keyboards/handwired/jotpad16/jotpad16.c') diff --git a/keyboards/handwired/jotpad16/jotpad16.c b/keyboards/handwired/jotpad16/jotpad16.c index 512234b917..2f112a6101 100644 --- a/keyboards/handwired/jotpad16/jotpad16.c +++ b/keyboards/handwired/jotpad16/jotpad16.c @@ -4,3 +4,10 @@ void matrix_init_kb(void) { matrix_init_user(); } + +void keyboard_pre_init_kb() { + setPinOutput(JOTPAD16_LED1); + setPinOutput(JOTPAD16_LED2); + + keyboard_pre_init_user(); +} -- cgit v1.2.3