Make default analog input

This commit is contained in:
Simone
2024-05-14 11:19:23 +02:00
parent a9e97c1d21
commit 5f2dc06236

View File

@@ -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;