github lostallmymoney/Razer_Mouse_Linux 2026.05.26.003
Python-like indent

latest release: 2026.05.27.001
4 hours ago

Makes the configs much cleaner,
Run this to convert to new config format :
echo "~/.naga/keyMapX11.txt ~/.naga/keyMapWayland.txt" | xargs -n 1 | xargs -I {} sh -c 'if [ -f "{}" ]; then awk '\''{sub(/^[ \t]+/, "")} /^#(?!.*HERE)/{print;is_start=1;next} /End$/{is_start=1;next} !NF{print "";is_start=1;next} /^(function|loop|context|config|configWindow)=/{if(is_start){print;is_start=0}else{print " " $0};next} /=/{print " " $0;is_start=0;next} {print}'\'' "{}" | tee "{}" >/dev/null; fi'

Don't miss a new Razer_Mouse_Linux release

NewReleases is sending notifications on new releases.