Skip to content

Commit

Permalink
hidpp20: add "Deactivated" special action
Browse files Browse the repository at this point in the history
When disabling G-shift, LGS set the shifted button corresponding to the previous "G-shift" button, to this special action.
  • Loading branch information
pnrao authored and cvuchener committed Sep 22, 2017
1 parent 64891cf commit ab6c941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libhidpp/hidpp20/ProfileFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const std::map<std::string, SettingDesc> ProfileFormat::ModeSettings = {
};

const EnumDesc ProfileFormat::SpecialActions = {
{ "Deactivated", 0 },
{ "WheelLeft", 1 },
{ "WheelRight", 2 },
{ "ResolutionNext", 3 },
Expand Down

0 comments on commit ab6c941

Please sign in to comment.