Skip to content

Commit

Permalink
Fixes a bug that is seen after deactivating ModeSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrao committed Sep 21, 2017
1 parent 64891cf commit 1a98321
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 = {
{ "DeactivatedSpecial", 0 },
{ "WheelLeft", 1 },
{ "WheelRight", 2 },
{ "ResolutionNext", 3 },
Expand Down

0 comments on commit 1a98321

Please sign in to comment.