[Keyboard] Update Tractyl Manuform config for F411 (#14770)

This commit is contained in:
Drashna Jaelre
2021-10-09 11:31:13 -07:00
committed by GitHub
parent f90d8b35f2
commit 82bf688e44
6 changed files with 58 additions and 169 deletions

View File

@@ -24,8 +24,10 @@ void matrix_scan_sub_kb(void) {
}
}
#ifdef USB_VBUS_PIN
bool usb_vbus_state(void) {
setPinInputLow(USB_VBUS_PIN);
wait_us(5);
return readPin(USB_VBUS_PIN);
}
#endif