Skip to content

Commit

Permalink
Revert "Possible fix for CM Pro L numpad mapping issue"
Browse files Browse the repository at this point in the history
This reverts commit c18939b.
  • Loading branch information
simon-wh committed Aug 20, 2017
1 parent 3ee7680 commit 1fd4976
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ static class CoolerMasterKeys
{DeviceKeys.APOSTROPHE, new int [] {3, 11} },
{DeviceKeys.HASHTAG, new int [] {3, 12} },
{DeviceKeys.ENTER, new int [] {3, 14} },
{DeviceKeys.NUM_FOUR, new int [] {3, 16} },
{DeviceKeys.NUM_FIVE, new int [] {3, 17} },
{DeviceKeys.NUM_SIX, new int [] {3, 18} },
{DeviceKeys.NUM_FOUR, new int [] {3, 17} },
{DeviceKeys.NUM_FIVE, new int [] {3, 18} },
{DeviceKeys.NUM_SIX, new int [] {3, 19} },
{DeviceKeys.LEFT_SHIFT, new int [] {4, 0} },
{DeviceKeys.BACKSLASH_UK, new int [] {4, 1} },
{DeviceKeys.Z, new int [] {4, 2} },
Expand Down

2 comments on commit 1fd4976

@LTAP2128
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm almost certain that this is the fix I need, but I'm new to this, how can I make these changes?

@simon-wh
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be in the latest development release.

Please sign in to comment.