This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Litra Glow and Litra Beam Powershell Controller | |
#Download hidapitester here : https://github.com/todbot/hidapitester/releases | |
#Based on https://www.reddit.com/r/LogitechG/comments/sacz2x/comment/j7doia4/?utm_source=share&utm_medium=web2x&context=3 | |
#Change to point to the extract folder | |
$HIDAPItesterFolderPath = "C:\Users\username\Scripts\" | |
#HIDAPItester | |
$global:HIDAPItesterPath = $HIDAPItesterFolderPath + "hidapitester.exe" |