Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 378 Bytes

USB_Armory.md

File metadata and controls

17 lines (14 loc) · 378 Bytes

LED Brightness

If the default settings are too bright, disable the default modules using /etc/modprobe.d/led.conf:

blacklist leds_gpio
blacklist led_class
blacklist ledtrig_heartbeat

and use a systemd tmpfile to configure desirable settings, /etc/tmpfiles.d/led.conf:

w /sys/class/gpio/export - - - - 123
w /sys/class/gpio/gpio123/direction - - - - in