cathery / sys-con

Nintendo Switch sysmodule that allows support for third-party controllers
GNU General Public License v3.0
938 stars 62 forks source link

MSI GC20 SUPPORT #300

Open Maxel0 opened 2 years ago

Maxel0 commented 2 years ago

Hello, it would be great if support could be added for the msi gc20 controller, which currently doesn't have it. Thank you very much for your attention and work

o0Zz commented 1 month ago

Hi, I actively maintain a fork of this project, I built a new version that support all controllers which are compatible natively with a PC (With HID Profile) -> https://github.com/o0Zz/sys-con/releases. Let me know if your controller works.

Maxel0 commented 1 month ago

Good, I've tried the new version and it recognises the controller when I plug it in. However, only the arrows work, I would like to know if by making some adjustments in the configuration file I could make the rest of the buttons work. It is important to mention that with the previous versions of the program I didn't even recognise the controller, so it is a great advance and I really appreciate the great work.

Thank you very much.

El lun, 3 jun 2024 a las 23:12, o0zz @.***>) escribió:

Hi, I actively maintain a fork of this project, I built a new version that support all controllers which are compatible natively with a PC (With HID Profile) -> https://github.com/o0Zz/sys-con/releases. Let me know if your controller works.

— Reply to this email directly, view it on GitHub https://github.com/cathery/sys-con/issues/300#issuecomment-2146133140, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ3TUCVCD64AITNOIHLSHMLZFTL5PAVCNFSM52JUHVX2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUGYYTGMZRGQYA . You are receiving this because you authored the thread.Message ID: @.***>

Maxel0 commented 1 month ago

Edit: the joystick is working too

El mar, 4 jun 2024 a las 13:07, Marcos Acin Ortega @.***>) escribió:

Good, I've tried the new version and it recognises the controller when I plug it in. However, only the arrows work, I would like to know if by making some adjustments in the configuration file I could make the rest of the buttons work. It is important to mention that with the previous versions of the program I didn't even recognise the controller, so it is a great advance and I really appreciate the great work.

Thank you very much.

El lun, 3 jun 2024 a las 23:12, o0zz @.***>) escribió:

Hi, I actively maintain a fork of this project, I built a new version that support all controllers which are compatible natively with a PC (With HID Profile) -> https://github.com/o0Zz/sys-con/releases. Let me know if your controller works.

— Reply to this email directly, view it on GitHub https://github.com/cathery/sys-con/issues/300#issuecomment-2146133140, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ3TUCVCD64AITNOIHLSHMLZFTL5PAVCNFSM52JUHVX2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUGYYTGMZRGQYA . You are receiving this because you authored the thread.Message ID: @.***>

o0Zz commented 1 month ago

Hi,

When you plug in a new controller, most of the time only the arrow and the joystick will work, the buttons won't work by default. You will have to do the key mapping yourself, follow the method below to do it. https://github.com/o0Zz/sys-con?tab=readme-ov-file#method-1-from-a-windows-pc

Do not hesitate to share your config once done ;)

Ps: There is an issue where log file is not automatically created, if you need logs you need to create a file by yourself here: /config/sys-con/log.log and the logs will be filled properly - I will fix it in next version