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 Down", "K"},
{"C Left", "J"}, {"C Left", "J"},
{"C Right", "L"}, {"C Right", "L"},
{"Analog Up", ""}, {"Analog Up", "Up"},
{"Analog Down", ""}, {"Analog Down", "Down"},
{"Analog Left", ""}, {"Analog Left", "Left"},
{"Analog Right", ""}, {"Analog Right", "Right"},
}; };
file << json; file << json;