Skip to content

Commit a3c6d90

Browse files
committed
Mon 22 Jul 2019 09:58:46 EDT added Hot Key option to kconfig files
1 parent e42e3dc commit a3c6d90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Scripts/replace

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ echo "\nRunning ${magenta}'make menuconfig'${nc} will provide you option to set
2929
echo "\n${cyanbg} ${white}LCD Screen Driver ${nc}"
3030
echo "\n\t${white}1.${nc} Odroid Go Default (ILI9341) [2.4\"] ${bluebg} default ${nc}"
3131
echo "\n\t${white}2.${nc} Retro ESP32 (ILI9342) [2.6\"]"
32+
echo "\n${cyanbg} ${white}Menu Hot Keys ${nc}"
33+
echo "\n\t${white}1.${nc} Default Odroid Go MENU Button ${bluebg} default ${nc}"
34+
echo "\n\t${white}2.${nc} Use START + SELECT buttons for MENU"
3235
echo "\n ${nc}${green}Add Option?${nc} [y/${white}N${nc}]"
3336
echo "\n--------------------------------------------------------------------------"
3437

@@ -72,6 +75,7 @@ then
7275
echo "\n--------------------------------------------------------------------------"
7376
cp -R $COMPONENTS/emulator-launcher-odroid-go/* $LAUNCHERS/emulator-launcher-odroid-go
7477
sleep 0.25
78+
clear
7579
echo "\n--------------------------------------------------------------------------"
7680
echo "\n${whale} ${green}Replacing ${cyan}gogo${nc} files"
7781
echo "\n--------------------------------------------------------------------------"

0 commit comments

Comments
 (0)