aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/evyd13/pockettype/pockettype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/evyd13/pockettype/pockettype.c b/keyboards/evyd13/pockettype/pockettype.c
index 7404ac82b..fe25a7048 100644
--- a/keyboards/evyd13/pockettype/pockettype.c
+++ b/keyboards/evyd13/pockettype/pockettype.c
@@ -22,6 +22,10 @@ void matrix_init_kb(void) {
22}; 22};
23 23
24void led_init_ports(void) { 24void led_init_ports(void) {
25 // * Enable LED anodes (Vbus pin is replaced by B0 on some boards)
26 setPinOutput(B0);
27 writePinHigh(B0);
28
25 // * Set our LED pins as output and high 29 // * Set our LED pins as output and high
26 setPinOutput(F5); 30 setPinOutput(F5);
27 writePinHigh(F5); 31 writePinHigh(F5);