Skip to content

Instantly share code, notes, and snippets.

View gitmatheus's full-sized avatar

Matheus Gonçalves gitmatheus

View GitHub Profile
@poiriersimon
poiriersimon / LogiLitra.ps1
Last active December 20, 2023 07:29
Logitech Litra Glow Beam Powershell Function
#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"