Turn on prevent stuck modifiers for my keymaps.

This commit is contained in:
Fredric Silberberg 2017-12-08 16:58:10 -08:00 committed by Jack Humbert
parent a14518bf57
commit b781cbf7e2
3 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,7 @@
#define CONFIG_USER_H
#include "../../config.h"
#include "333fred_config.h"
#define USE_SERIAL
#define MASTER_LEFT
@ -9,6 +10,4 @@
#undef TAPPING_TERM
#define TAPPING_TERM 150
#define PERMISSIVE_HOLD
#endif

View File

@ -2,10 +2,10 @@
#define CONFIG_H_
#include QMK_KEYBOARD_CONFIG_H
#include "333fred_config.h"
#undef TAPPING_TERM
#define TAPPING_TERM 200
#define PERMISSIVE_HOLD
#endif

View File

@ -0,0 +1,7 @@
#ifndef FRED333_CONFIG
#define FRED333_CONFIG
#define PREVENT_STUCK_MODIFIERS
#define PERMISSIVE_HOLD
#endif