aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-25 06:17:19 +0000
committerQMK Bot <hello@qmk.fm>2021-01-25 06:17:19 +0000
commita4e46fc5acee6ad729c33bd3a5f46dffc7acf950 (patch)
tree287528b1c4bfc1823401a4a62e2f3396f41f90e5 /keyboards
parent7e5c58cdcab24eee721d5930d66762467516c29a (diff)
parentc1e1166991579066672c73a42ce21f8d23d96f4c (diff)
downloadqmk_firmware-a4e46fc5acee6ad729c33bd3a5f46dffc7acf950.tar.gz
qmk_firmware-a4e46fc5acee6ad729c33bd3a5f46dffc7acf950.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-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);