Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] Fix for LEDs on PocketType (qmk#11671)
The LED anodes of the pockettype are connected to the bus voltage when a pro micro is used, but other controllers like the Elite-C (v4) connect this pin to GPIO B0. This means that LEDs do not work by default for those controllers. This commit implements a fix for that by setting the B0 pin high.
- Loading branch information