Replies: 1 comment
-
Apart from the issues you already mentioned there is also another one: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have recently started using this for my Belkin n50 as the original software is quite dated and wouldn't auto-switch profiles with 64-bit games. It has definitely been working great so far. One idea that came up that maybe it might be worth investigating the use of the Interception API available here: http://www.oblita.com/interception
I have used it myself to write a simple key mapping program for my Razer Nostromo since otherwise I would have to use the Razer Synapse 2 software which is awful. What I put together was very simple though with just simple config files and not the nice user interface of AntiMicroX which would be better suited for integrating something like this.
That said, the usage of this has upsides and downsides that are as follows:
Upsides
interception_get_hardware_id
function, so the main keyboard will work normally and extra devices attached to a PC can be configured their own way.Downsides
I totally understand if this is something that gets shot down, but I figured it wouldn't hurt to bring up. Adding the ability to configure keyboard devices in addition to joystick devices would certainly expand the possibilities.
Beta Was this translation helpful? Give feedback.
All reactions