Skip to content

Commit

Permalink
Increase the maximum key number to be able to simulate multimedia key…
Browse files Browse the repository at this point in the history
…s, e.g. XF86AudioRecord.
  • Loading branch information
jze committed Jan 29, 2019
1 parent 6e7bfa8 commit 7d81e72
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 7d81e72

Please sign in to comment.