From 8a1bfb925c4796b5a326cef102adffeed2496bf7 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 7 Jun 2026 20:51:27 -0500 Subject: [PATCH] odyss --- common/params_keys.h | 1 + .../assets/components/tools/device_settings_layout.json | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/common/params_keys.h b/common/params_keys.h index af65b39fc..8886d54f9 100644 --- a/common/params_keys.h +++ b/common/params_keys.h @@ -330,6 +330,7 @@ inline static std::unordered_map keys = { {"HideMaxSpeed", {PERSISTENT, BOOL, "0", "0", 2}}, {"HideSpeed", {PERSISTENT, BOOL, "0", "0", 2}}, {"HideSpeedLimit", {PERSISTENT, BOOL, "0", "0", 2}}, + {"HideSteeringWheel", {PERSISTENT, BOOL, "0", "0", 2}}, {"HigherBitrate", {PERSISTENT, BOOL, "0", "0", 2}}, {"HolidayThemes", {PERSISTENT, BOOL, "1", "0", 0}}, {"HumanAcceleration", {PERSISTENT, BOOL, "0", "0", 2}}, diff --git a/starpilot/system/the_pond/assets/components/tools/device_settings_layout.json b/starpilot/system/the_pond/assets/components/tools/device_settings_layout.json index 509e9462b..098f6d791 100644 --- a/starpilot/system/the_pond/assets/components/tools/device_settings_layout.json +++ b/starpilot/system/the_pond/assets/components/tools/device_settings_layout.json @@ -1762,6 +1762,14 @@ "ui_type": "toggle", "parent_key": "AdvancedCustomUI" }, + { + "key": "HideSteeringWheel", + "label": "Hide Steering Wheel", + "description": "Hide the steering-wheel button from the top-right of the driving screen.", + "data_type": "bool", + "ui_type": "toggle", + "parent_key": "AdvancedCustomUI" + }, { "key": "WheelSpeed", "label": "Use Wheel Speed",