1
0
Fork 0

Fix build option MOUSEKEY_ENABLE.

This commit is contained in:
tmk 2012-10-10 11:06:47 +09:00
parent 71ac82337f
commit 5b00cf3f02
4 changed files with 34 additions and 18 deletions

View file

@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* mouse keys */
#ifdef MOUSEKEY_ENABLE
# define MOUSEKEY_DELAY_TIME 255
# define MOUSEKEY_DELAY_TIME 100
#endif