您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

123456789101112131415161718192021222324252627
  1. ADB keyboard handle id
  2. ======================
  3. 0x01 Apple Standard keyboard M0116 ANSI
  4. 0x01 Apple Desktop Bus keyboard 658-4081 ANSI
  5. 0x02 Apple Extended Keyboard M0115 ANSI
  6. 0x02 Apple Extended Keyboard II M3501 ANSI
  7. 0x03 Logical id for Extended Protocol
  8. 0x10 Apple Adjustable keyboard M1242 ANSI
  9. Adjustable Keyboard media key
  10. =============================
  11. Media key part has different address than the main keyboard(0x02).
  12. Device Address: 0x07(Appliances/Misc devices)
  13. Handler ID: 0x02
  14. Scan Codes
  15. ----------
  16. Media key ADB Code Code in Matix
  17. -----------------------------------------
  18. Volume Up: 0x03 0x48
  19. Volume Down: 0x02 0x49
  20. Mute: 0x01 0x4a
  21. Mic: 0x00 0x42
  22. As for these keys raw ADB codes are translate into logical codes in matrix.