Adds prevent stuck modifiers to EZ default

This commit is contained in:
Erez Zukerman 2017-05-28 20:05:37 -04:00
parent 71feac5717
commit 41fa638aa8
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_DELAY 0
#define MOUSEKEY_TIME_TO_MAX 40
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0

View File

@ -60,6 +60,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 15
#define PREVENT_STUCK_MODIFIERS
#define USB_MAX_POWER_CONSUMPTION 500
/*