Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrtheduke/22841e3d2d302e837d9d9a5071b42287 to your computer and use it in GitHub Desktop.
Save mrtheduke/22841e3d2d302e837d9d9a5071b42287 to your computer and use it in GitHub Desktop.
Humax FM-01 Remote LIRC
begin remote
name Humax.conf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9044 4428
one 603 1631
zero 603 514
ptrail 617
repeat 9048 2182
pre_data_bits 16
pre_data 0x8
gap 107578
toggle_bit_mask 0x0
begin codes
Power 0x00FF
Mute 0x18E7
1 0xC03F
2 0x20DF
3 0xA05F
4 0x609F
5 0xE01F
6 0x10EF
7 0x906F
8 0x50AF
9 0xD02F
0 0x30CF
List 0xB24D
Menu 0x708F
Play 0x06F9
Pause 0x46B9
Stop 0xC639
Record 0x8679
Rewind 0xA659
FastForward 0x26D9
SkipBack 0x6699
SkipForward 0xE619
Red 0x38C7
Green 0xB847
Yellow 0x58A7
Blue 0x7887
Media 0xF609
Guide 0xD827
Up 0x8877
Down 0xA857
Left 0x48B7
Right 0x28D7
OK 0xC837
Exit 0x6897
Back 0x827D
VolumeUp 0xF807
VolumeDown 0x02FD
ChannelUp 0x08F7
ChannelDown 0xF00F
i 0xC23D
OPT+ 0x42BD
Text 0x7689
Sound? 0xA25D
Sub 0x629D
TV-Radio 0xB04F
Schedule 0xB649
Book+ 0x56A9
Book 0xD629
Pause 0x36C9
Source 0x40BF
Sleep 0x32CD
V-Format 0xF20D
Wide 0x728D
end codes
end remote
@Erriez
Copy link

Erriez commented Dec 26, 2020

Thanks for creating this list! Some buttons on my remote control are damaged and I was able to create my own device using an Arduino.

One remark: Pause is listed twice. The second Pause should be Slow 0x36C9.

Erriez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment