diff --git a/src/create_rcsim_h.sh b/src/create_rcsim_h.sh index 331ab072c..1884e43d4 100755 --- a/src/create_rcsim_h.sh +++ b/src/create_rcsim_h.sh @@ -59,6 +59,9 @@ static const struct key keyname[] = { EOF sed -n '/^[[:space:]]*RC_0/,/^[[:space:]]*RC_analog_off/ s/^.*=[[:space:]]*\(KEY_.*\),.*/ { "\1", \1 },/p' driver/rcinput.h cat << EOF + /* to stay backward compatible */ + { "KEY_SETUP", KEY_MENU }, + { "KEY_HOME", KEY_EXIT }, }; EOF