From d4d34faf53e7419fb881d95356c0335e08bea5c9 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Tue, 7 Sep 2021 08:46:59 +0200 Subject: [PATCH] fixed wording --- src/common/jsonDefinitions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/jsonDefinitions.hxx b/src/common/jsonDefinitions.hxx index 954ed6093..522bcd2ed 100644 --- a/src/common/jsonDefinitions.hxx +++ b/src/common/jsonDefinitions.hxx @@ -35,7 +35,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(JoyDir, { {JoyDir::NONE, nullptr}, {JoyDir::ANALOG, "analog"}, {JoyDir::NEG, "negative"}, - {JoyDir::POS, "position"} + {JoyDir::POS, "positive"} }) NLOHMANN_JSON_SERIALIZE_ENUM(JoyHatDir, {