/hid_test

Tool for displaying information from an attached HID device

Primary LanguageCGNU General Public License v3.0GPL-3.0

HID-TEST

This application is a small tool to view the data that comes from HID devices. Modified for our purposes, writing down min/max and multiple controllers.

How to use

Simply start this with the homebrew launcer and attach a HID device. The app should show you the vid, pid and the incoming data.
Read the controller patcher wiki for more information about creating config files for controller_patcher applications.

Building

In order to build this application, you need the custom liboGC and portlibs modified/created by dimok. You can find them on the loadiine_gx2 repo. Simply put the files in your devkit folder and run the Makefile of HID-TEST.

Credits

  • Maschell
  • dimok for the dynamic libs, hbl, etc.