Hey! I’m hoping to use hid-remapper to bridge my Flydigi APEX5 controller on macOS and wanted to check feasibility before buying the hardware.
Device details:
- Flydigi APEX5 in wired/dongle mode
- VID:
0x37d7, PID:0x2501 - In this mode the controller presents as a composite USB HID device: keyboard + mouse, not a gamepad
Goal:
Read the keyboard/mouse HID reports from the APEX5 and re-emit them as a standard gamepad so that macOS applications using GameController.framework or SDL2 recognize it as a controller. Specifically for use with GeForce NOW, which doesn’t enumerate virtual HID devices created by Steam’s input layer.
Questions:
- Can hid-remapper accept a composite keyboard+mouse device as input and map its usages to gamepad axes/buttons on the output side?
- Any known issues with macOS and this kind of usage remapping?