Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 938 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 938 Bytes

AC_Indicator

This program causes the mouse (G403) to flash when the car's RPM reaches maximum.
Written by a begginer. So if something happens, I can't take any responsibility.

Using

  • Create SDK folder in here.
  • Download from LOGITECH G DEVELOPER LAB.
  • Copy LED\Lib\LogitechLEDLib.lib and LED\Include\LogitechLEDLib.h to SDK folder.
  • You need to edit is the config.json written as ".../AssettoCorsaArxApplet.exe" from %USERPROFILE%\AppData\Local\LGHUB\integrations_config.
    • Because conflict with G HUB.
    • From ledSdk.enable: true to ledSdk.enable: false.
      config.json
{
 "targetApplication": {
  ...
  "applicationPath": "C:\\Users\\USERNAME\\AppData\\Local\\LGHUB\\integrations\\applet_assetto_corsa\\AssettoCorsaArxApplet.exe",
  ...
  "ledSdk": {
  "enabled": true, <- Change here.
  ...
  • Then Build solution and run.