first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
25
Software/Python/grove_ir_receiver/script/hardware_copy.conf
Normal file
25
Software/Python/grove_ir_receiver/script/hardware_copy.conf
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
########################################################
|
||||
# /etc/lirc/hardware.conf
|
||||
#
|
||||
# Arguments which will be used when launching lircd
|
||||
LIRCD_ARGS="--uinput"
|
||||
|
||||
# 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=""
|
||||
########################################################
|
||||
Loading…
Add table
Add a link
Reference in a new issue