diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-07-06 18:43:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 18:43:22 -0700 |
commit | ecd3dbf085826459af9728b6529a504ba7d3de14 (patch) | |
tree | 7ca3733c63b5f720ae1f0118516dda0984d54fe0 /keyboards/sixkeyboard/config.h | |
parent | 9cadba7b895a81f329a4c2eee253e57c11715b80 (diff) | |
parent | 1896c76a2928c96f9ab7947bec2ef8dd37623cff (diff) |
Merge branch 'master' into docs
Diffstat (limited to 'keyboards/sixkeyboard/config.h')
-rw-r--r-- | keyboards/sixkeyboard/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index bf58bb2b7c..4ce25c6709 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h @@ -107,8 +107,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* disable action features */ //#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT +#define NO_ACTION_TAPPING +#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION |