update c delay default value to 0

This commit is contained in:
vcaesar 2020-03-05 15:28:28 -04:00
parent abb0448c63
commit 1b45c63c16
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#include "keycode_c.h"
int keyboardDelay = 10;
int keyboardDelay = 0;
struct KeyNames{
const char* name;

View File

@ -12,7 +12,7 @@
#include "mouse_c.h"
// Global delays.
int mouseDelay = 10;
int mouseDelay = 0;
// int keyboardDelay = 10;