Magic Tray · tested devices
Tested Apple devices on Windows 10 and 11
This page is who tested what. It is not the device catalog. Only three devices have ever been confirmed by a tester; everything else Magic Tray recognises should work, but nobody has confirmed it yet.
Reports so far
One row per tester, per device, per transport, per Magic Tray version. Every row below is a device someone ran Magic Tray on and reported back.
| Model | PID | Transport | Tray | Windows | Battery | Driver | SDP | Tester | Date | Notes |
|---|---|---|---|---|---|---|---|---|---|---|
| Magic Mouse 2024 (USB-C, v3) | 0323 | Bluetooth | 1.1.0 | Windows 11 | ok (30%) | KMDF | n/a | LesleyMurfin | 2026-09-02 | Live tray |
| Magic Mouse v1 | 030D | Bluetooth | 1.1.0 | Windows 11 | ok (100%) | Boot Camp | n/a | LesleyMurfin | 2026-09-01 | Live tray; unified Feature 0x47 after poll |
| Apple Wireless Keyboard (2011) | 0239 | Bluetooth | 1.1.0 | Windows 11 | ok (16%) | n/a | patched | LesleyMurfin | 2026-09-02 | Live tray |
Scroll the table sideways on a narrow screen, or focus it and use the arrow keys.
Help us test
Got an Apple mouse, keyboard or trackpad? Send a test report. It's a short table, and "it didn't work" is just as useful as "it worked".
These are the priority. Every one is in the app and confirmed by nobody:
| Device | Code | Status |
|---|---|---|
| Magic Keyboard | 024F / 0250 | needs a tester |
| Magic Keyboard with Touch ID | 0267 / 026C | needs a tester |
| Magic Keyboard (2021) | 029C | needs a tester |
| Magic Trackpad (AA batteries) | 030E | needs a tester |
| Magic Trackpad 2 (Lightning) | 0265 | needs a tester |
| Magic Trackpad 2024 (USB-C) | 0324 | needs a tester |
Bluetooth Magic Keyboards matter most. For a trackpad we only need the battery percent, because Magic Tray does not offer a driver change for a trackpad.
The catalog
The catalog Magic Tray actually loads is in the app, and CI fails if it drifts:
| What | Where |
|---|---|
| Mice and trackpads | MouseBatteryDevice.KnownMice |
| Keyboards | KeyboardBatteryDevice.KnownKeyboards |
| CI: every mouse PID has a USB row | EveryKnownMousePid_HasUsbVid05acRow |
| CI: every keyboard PID has a USB row | EveryKeyboardPid_HasUsbVid05acRow |
| CI: every display name resolves | KindForNameTests |
If your device is not in those tables, do not report it here. Open an issue with the Hardware Id PID so it can be added to KnownMice / KnownKeyboards (and CI) first.
If it is in the catalog and you ran Magic Tray on it, add a report row.
How to add a report
- Confirm the PID exists in
KnownMiceorKnownKeyboards. Missing → issue. - Tray version (footer, or exe Properties → Details).
- Device Manager → HID device → Details → Hardware Ids.
- Transport: Bluetooth, USB, or both.
- After Refresh Now: percent, or
No reading. - Mice: driver badge (
KMDF/Boot Camp/Stock/Patched Apple/Not bound). - Keyboards: SDP
patchedorunpatched.
Open a pull request that adds one row to the reports file. Sign the commit (git commit -s).
| Column | Values |
|---|---|
| Battery | ok / no reading |
| Driver | badge text, or n/a |
| SDP | patched / unpatched / n/a |
One row per (PID, transport, Magic Tray version). The raw file GitHub readers edit is docs/TESTED.md.
Common questions
- Which Apple devices has a tester confirmed on Windows 10 or 11?
- Three: the Magic Mouse 2024 (
0323), the Magic Mouse v1 with AA batteries (030D) and the 2011 Apple Wireless Keyboard (0239). All three were confirmed on Windows 11 with Magic Tray 1.1.0 over Bluetooth. - Does my Magic Keyboard or Magic Trackpad work on Windows 10 or 11?
- Nobody has confirmed one yet. Magic Tray recognises the Magic Keyboard
024F0250, the Magic Keyboard with Touch ID0267026C, the 2021 Magic Keyboard029C, the AA-battery Magic Trackpad030E, Magic Trackpad 20265and the 2024 Magic Trackpad0324, so they should work, but no tester has reported back. Send a test report if yours does.