Skip to content

Instantly share code, notes, and snippets.

@namgk
Created March 5, 2019 01:05
Show Gist options
  • Save namgk/45a5fc9f226a9daa189575707e43f862 to your computer and use it in GitHub Desktop.
Save namgk/45a5fc9f226a9daa189575707e43f862 to your computer and use it in GitHub Desktop.
Hardware configuration for lirc raspberry pi shield
# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS="-u -l"
#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD=false
#Don't start irexec, even if a good config file seems to exist.
#START_IREXEC=false
#Try to load appropriate kernel modules
LOAD_MODULES=true
# Run "lircd --driver=help" for a list of supported drivers.
DRIVER="default"
# usually /dev/lirc0 is the correct setting for systems using udev
DEVICE="/dev/lirc0"
MODULES="lirc_rpi"
# Default configuration files for your hardware if any
LIRCD_CONF=""
LIRCMD_CONF=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment