mirror of
https://github.com/kidwellj/multi-room-hifi.git
synced 2025-07-01 23:04:09 +00:00
added files
This commit is contained in:
parent
225404d81d
commit
b9d17b6712
8 changed files with 227 additions and 0 deletions
49
build2_picoreplayer/lirc_apple_remote/.lircrc-A1156
Normal file
49
build2_picoreplayer/lirc_apple_remote/.lircrc-A1156
Normal file
|
@ -0,0 +1,49 @@
|
|||
begin
|
||||
remote = Apple_A1156
|
||||
button = KEY_UP
|
||||
repeat = 0
|
||||
prog = squeezelite
|
||||
config = volup
|
||||
end
|
||||
|
||||
begin
|
||||
remote = Apple_A1156
|
||||
button = KEY_DOWN
|
||||
repeat = 0
|
||||
prog = squeezelite
|
||||
config = voldown
|
||||
end
|
||||
|
||||
begin
|
||||
remote = Apple_A1156
|
||||
button = KEY_LEFT
|
||||
repeat = 0
|
||||
prog = squeezelite
|
||||
config = rew
|
||||
end
|
||||
|
||||
begin
|
||||
remote = Apple_A1156
|
||||
button = KEY_RIGHT
|
||||
repeat = 0
|
||||
prog = squeezelite
|
||||
config = fwd
|
||||
end
|
||||
|
||||
# the A1156 lircd.conf maps ">||" (center button) to KEY_PAUSE
|
||||
begin
|
||||
remote = Apple_A1156
|
||||
button = KEY_PAUSE
|
||||
repeat = 0
|
||||
prog = squeezelite
|
||||
config = pause
|
||||
end
|
||||
|
||||
# The "menu" key does power
|
||||
begin
|
||||
remote = Apple_A1156
|
||||
button = KEY_ESC
|
||||
repeat = 0
|
||||
prog = squeezelite
|
||||
config = power
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue