mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 21:28:26 +02:00
neutrino: remove NI tags from usermenu settings
Origin commit data
------------------
Commit: 52f5fa1f72
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-01 (Sun, 01 Apr 2018)
Origin message was:
------------------
- neutrino: remove NI tags from usermenu settings
This commit is contained in:
@@ -313,16 +313,16 @@ const lcd_setting_struct_t lcd_setting[SNeutrinoSettings::LCD_SETTING_COUNT] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
static SNeutrinoSettings::usermenu_t usermenu_default[] = {
|
static SNeutrinoSettings::usermenu_t usermenu_default[] = {
|
||||||
{ CRCInput::RC_red, "2,3,4,13,1,23,22", "", "red" }, //NI
|
{ CRCInput::RC_red, "2,3,4,13,1,23,22", "", "red" },
|
||||||
{ CRCInput::RC_green, "6", "", "green" },
|
{ CRCInput::RC_green, "6", "", "green" },
|
||||||
{ CRCInput::RC_yellow, "7,35", "", "yellow" },
|
{ CRCInput::RC_yellow, "7,35", "", "yellow" },
|
||||||
{ CRCInput::RC_blue, "27,28,21,20,1,24,19,14,10,11", "", "blue" }, //NI
|
{ CRCInput::RC_blue, "27,28,21,20,1,24,19,14,10,11", "", "blue" },
|
||||||
#if HAVE_ARM_HARDWARE
|
#if HAVE_ARM_HARDWARE
|
||||||
{ CRCInput::RC_playpause, "9", "", "5" },
|
{ CRCInput::RC_playpause, "9", "", "5" },
|
||||||
#else
|
#else
|
||||||
{ CRCInput::RC_play, "9", "", "5" },
|
{ CRCInput::RC_play, "9", "", "5" },
|
||||||
#endif
|
#endif
|
||||||
{ CRCInput::RC_audio, "6", "", "6" }, //NI
|
{ CRCInput::RC_audio, "6", "", "6" },
|
||||||
{ CRCInput::RC_nokey, "", "", "" },
|
{ CRCInput::RC_nokey, "", "", "" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user