Skip to content

Commit

Permalink
Merge pull request #22 from jze/master
Browse files Browse the repository at this point in the history
Increase the maximum key number
  • Loading branch information
panzi authored Jan 29, 2019
2 parents 6e7bfa8 + 7d81e72 commit e3880b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define JOYMIN -32767

//maximum number of defined keys
#define MAXKEY 123
#define MAXKEY 255

//fastest the mouse can go. Completely arbitrary.
#define MAXMOUSESPEED 5000
Expand Down

0 comments on commit e3880b7

Please sign in to comment.