USB Armory (#5)

Migrated from Arch Wiki
This commit is contained in:
Jason Ryan 2017-03-01 16:11:47 +13:00 committed by Kevin Mihelich
parent 2de5be8d4e
commit ecc2631c2d

17
USB_Armory.md Normal file
View file

@ -0,0 +1,17 @@
## 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
```