You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

MEMO.txt 858B

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.