1
0
Fork 0

[Keyboard] ADB converter lock LED fix (#5035)

* Enabled ADB lock LEDs

* Updated converter/adb_usb/README.md

Fixed a typo in the readme title. Added the lock LED fix to the changelog.
This commit is contained in:
Peter Roe 2019-02-02 14:43:58 -06:00 committed by Drashna Jaelre
parent 4e2007b855
commit e9c9c3a4fa
4 changed files with 7 additions and 11 deletions

View file

@ -23,5 +23,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
void led_set(uint8_t usb_led)
{
adb_host_kbd_led(ADB_ADDR_KEYBOARD, ~usb_led);
adb_host_kbd_led(~usb_led);
}