adb_usb: Add support for Apple Adjustable keybaord media keys

This commit is contained in:
tmk 2016-06-04 19:29:02 +09:00
parent 230ed4bdef
commit b653b622a6
5 changed files with 124 additions and 30 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(~usb_led);
adb_host_kbd_led(ADB_ADDR_KEYBOARD, ~usb_led);
}