From a1cb059722c1c45ceb92b0c0a6e93f64d19e1ae0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 29 Jul 2018 00:54:55 +0200 Subject: [PATCH] usermenu: add timeshift item to blue usermenu; small resort to get colorkeys sorted Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e7ea802184307d874a3d5bb82b51f9c03f5003c8 Author: vanhofen Date: 2018-07-29 (Sun, 29 Jul 2018) Origin message was: ------------------ - usermenu: add timeshift item to blue usermenu; small resort to get colorkeys sorted --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index def7c01ad..d22d79a46 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -316,7 +316,7 @@ static SNeutrinoSettings::usermenu_t usermenu_default[] = { { CRCInput::RC_red, "2,3,4,13,1,23,22", "", "red" }, { CRCInput::RC_green, "6", "", "green" }, { CRCInput::RC_yellow, "7,35", "", "yellow" }, - { CRCInput::RC_blue, "27,28,21,20,1,24,19,14,10,11", "", "blue" }, + { CRCInput::RC_blue, "27,28,21,20,1,39,10,11,24,19,14", "", "blue" }, #if HAVE_ARM_HARDWARE { CRCInput::RC_playpause, "9", "", "5" }, #else