Skip to content

Commit

Permalink
Turn on prevent stuck modifiers for my keymaps.
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored and jackhumbert committed Dec 9, 2017
1 parent a14518b commit b781cbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions keyboards/nyquist/keymaps/333fred/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
#define CONFIG_USER_H

#include "../../config.h"
#include "333fred_config.h"

#define USE_SERIAL
#define MASTER_LEFT

#undef TAPPING_TERM
#define TAPPING_TERM 150

#define PERMISSIVE_HOLD

#endif
2 changes: 1 addition & 1 deletion layouts/community/ergodox/333fred/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions users/333fred/333fred_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef FRED333_CONFIG
#define FRED333_CONFIG

#define PREVENT_STUCK_MODIFIERS
#define PERMISSIVE_HOLD

#endif

0 comments on commit b781cbf

Please sign in to comment.