From 94819e6f162c4790b93f0c4d6126f6331f592a09 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 11 Nov 2023 20:28:57 -0500 Subject: [PATCH] Update steamdeck controller layout (#236) --- src/main/utils/steamOS.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/utils/steamOS.ts b/src/main/utils/steamOS.ts index 1bacc92..feeafe4 100644 --- a/src/main/utils/steamOS.ts +++ b/src/main/utils/steamOS.ts @@ -15,9 +15,9 @@ import { Settings } from "../settings"; const exec = promisify(callbackExec); // Bump this to re-show the prompt -const layoutVersion = 1; +const layoutVersion = 2; // Get this from "show details" on the profile after exporting as a shared personal layout or using share with community -const layoutId = "3063409873"; // Vesktop Layout v1 +const layoutId = "3080264545"; // Vesktop Layout v2 const numberRegex = /^[0-9]*$/; export const isDeckGameMode = process.env.SteamOS === "1" && process.env.SteamGamepadUI === "1";