From 1a98321adac94452077d72c3169e549662d13f4b Mon Sep 17 00:00:00 2001 From: pnrao Date: Thu, 21 Sep 2017 23:28:57 +0530 Subject: [PATCH] Fixes a bug that is seen after deactivating ModeSwitch --- src/libhidpp/hidpp20/ProfileFormat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libhidpp/hidpp20/ProfileFormat.cpp b/src/libhidpp/hidpp20/ProfileFormat.cpp index 7370354..9aaaca3 100644 --- a/src/libhidpp/hidpp20/ProfileFormat.cpp +++ b/src/libhidpp/hidpp20/ProfileFormat.cpp @@ -388,6 +388,7 @@ const std::map ProfileFormat::ModeSettings = { }; const EnumDesc ProfileFormat::SpecialActions = { + { "DeactivatedSpecial", 0 }, { "WheelLeft", 1 }, { "WheelRight", 2 }, { "ResolutionNext", 3 },