If I run hidd --search
it says HID create error 13 (Permission denied)
If I run as sudo it connects fine.
I want this script to run on login. I saw how to edit sudoers, but will it create a security weakness if I add
%MYNAME ALL = NOPASSWD: /usr/bin/hidd
Is there a group I can add myself to that means I can run this command without sudo?