- add support for VU+ Solo 4k

This commit is contained in:
BPanther
2018-11-01 22:21:20 +01:00
committed by Thilo Graf
parent 50bf6c27c8
commit af87ebc788
10 changed files with 102 additions and 5 deletions

View File

@@ -223,8 +223,13 @@ class CRCInput
RC_tv = KEY_TV,
RC_radio = KEY_RADIO,
RC_text = KEY_TEXT,
#if defined BOXMODEL_VUSOLO4K
RC_info = 0xFFFE,
RC_epg = KEY_INFO,
#else
RC_info = KEY_INFO,
RC_epg = KEY_EPG,
#endif
RC_recall = KEY_LAST,
RC_favorites = KEY_FAVORITES,
RC_sat = KEY_SAT,