diff options
| author | QMK Bot <hello@qmk.fm> | 2021-01-25 06:17:19 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-01-25 06:17:19 +0000 |
| commit | a4e46fc5acee6ad729c33bd3a5f46dffc7acf950 (patch) | |
| tree | 287528b1c4bfc1823401a4a62e2f3396f41f90e5 /keyboards | |
| parent | 7e5c58cdcab24eee721d5930d66762467516c29a (diff) | |
| parent | c1e1166991579066672c73a42ce21f8d23d96f4c (diff) | |
| download | qmk_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.c | 4 |
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 | ||
| 24 | void led_init_ports(void) { | 24 | void 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); |
