Advertisement
Guest User

Untitled

a guest
Jan 6th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1.  
  2. # Please take the time to finish this file as described in
  3. # https://sourceforge.net/p/lirc-remotes/wiki/Checklist/
  4. # and make it available to others by sending it to
  5. # <lirc@bartelmus.de>
  6. #
  7. # This config file was automatically generated
  8. # using lirc-0.9.4c(devinput) on Thu Jan 6 21:18:34 2022
  9. # Command line used: -d /dev/lirc0 /home/osmc/rc66x.conf
  10. # Kernel version (uname -r): 5.10.78-2-osmc
  11. #
  12. # Remote name (as of config file): rc66x
  13. # Brand of remote device, the thing you hold in your hand:
  14. # Remote device model nr:
  15. # Remote device info url:
  16. # Does remote device has a bundled capture device e. g., a
  17. # usb dongle? :
  18. # For bundled USB devices: usb vendor id, product id
  19. # and device string (use dmesg or lsusb):
  20. # Type of device controlled
  21. # (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) :
  22. # Device(s) controlled by this remote:
  23.  
  24. begin remote
  25.  
  26. name rc66x
  27. driver devinput
  28. bits 64
  29. eps 30
  30. aeps 100
  31.  
  32. one 0 0
  33. zero 0 0
  34. pre_data_bits 64
  35. pre_data 0x0
  36. gap 19828
  37. toggle_bit_mask 0x0
  38. frequency 38000
  39.  
  40. begin codes
  41. KEY_VOLUMEUP 0x174D01000000048A
  42. KEY_VOLUMEDOWN 0x0205000001000253
  43. KEY_UP 0x04720000010004BA
  44. KEY_DOWN 0x04700000010004BE
  45. KEY_LEFT 0x174F01000000048A
  46. KEY_RIGHT 0xEF4C00070100176D
  47. KEY_ENTER 0x174E010000000485
  48. KEY_PLAY 0x175101000000048A
  49. KEY_PAUSE 0x175001000000048C
  50. KEY_POWER 0x1751010000000485
  51. KEY_PREVIOUS 0x174D01000000048B
  52. KEY_REWIND 0x1750010000000488
  53. KEY_FASTFORWARD 0x1750010000000487
  54. KEY_HOME 0x173F010000000498
  55. KEY_BACK 0x174F010000000487
  56. KEY_EXIT 0x1751010000000486
  57. KEY_MUTE 0x1750010000000489
  58. end codes
  59.  
  60. end remote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement