Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-01-25 06:17:19 +00:00
commit a4e46fc5ac
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ void matrix_init_kb(void) {
};
void led_init_ports(void) {
// * Enable LED anodes (Vbus pin is replaced by B0 on some boards)
setPinOutput(B0);
writePinHigh(B0);
// * Set our LED pins as output and high
setPinOutput(F5);
writePinHigh(F5);