From ab6c941364f7254d86d228c16cb96ce284f1fdf1 Mon Sep 17 00:00:00 2001 From: pnrao Date: Fri, 22 Sep 2017 14:36:55 +0530 Subject: [PATCH] hidpp20: add "Deactivated" special action When disabling G-shift, LGS set the shifted button corresponding to the previous "G-shift" button, to this special action. --- 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..604e188 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 = { + { "Deactivated", 0 }, { "WheelLeft", 1 }, { "WheelRight", 2 }, { "ResolutionNext", 3 },