Skip to content

Commit

Permalink
fix rc
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jul 15, 2024
1 parent e7efce8 commit c5e9ebb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/driver/rcinput.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,14 @@ class CRCInput
#if BOXMODEL_VUPLUS_ALL
RC_info = KEY_HELP,
RC_epg = KEY_INFO,
RC_video = KEY_VIDEO,
#else
RC_info = KEY_INFO,
#if BOXMODEL_DREAMBOX_ALL
RC_info = KEY_INFO,
RC_epg = KEY_VIDEO,
RC_video = KEY_EPG,
#else
RC_info = KEY_INFO,
RC_epg = KEY_EPG,
RC_video = KEY_VIDEO,
#endif
Expand Down

0 comments on commit c5e9ebb

Please sign in to comment.