Make default analog input
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user