From 5f2dc062365d62438c4a9201d9e18370b21373e6 Mon Sep 17 00:00:00 2001 From: Simone Date: Tue, 14 May 2024 11:19:23 +0200 Subject: [PATCH] Make default analog input --- src/frontend/JSONUtils.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/JSONUtils.hpp b/src/frontend/JSONUtils.hpp index 5ee7193a..8c052997 100644 --- a/src/frontend/JSONUtils.hpp +++ b/src/frontend/JSONUtils.hpp @@ -35,10 +35,10 @@ static inline nlohmann::json JSONOpenOrCreate(const std::string& path) { {"C Down", "K"}, {"C Left", "J"}, {"C Right", "L"}, - {"Analog Up", ""}, - {"Analog Down", ""}, - {"Analog Left", ""}, - {"Analog Right", ""}, + {"Analog Up", "Up"}, + {"Analog Down", "Down"}, + {"Analog Left", "Left"}, + {"Analog Right", "Right"}, }; file << json;