From c6cdd5422fb64e8854db9cbd3ba2ca2f3b7418e8 Mon Sep 17 00:00:00 2001 From: yellowmoneybank <16255242+yellowmoneybank@users.noreply.github.com> Date: Mon, 20 Nov 2017 18:22:16 +0100 Subject: Neo2Planck (#2032) * Documentation * Enabled Mouse-Keys in Makefile * Layer 1 finished * Small Bugfixes * Updated documentation --- keyboards/planck/keymaps/neo2planck/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 keyboards/planck/keymaps/neo2planck/config.h (limited to 'keyboards/planck/keymaps/neo2planck/config.h') diff --git a/keyboards/planck/keymaps/neo2planck/config.h b/keyboards/planck/keymaps/neo2planck/config.h new file mode 100644 index 0000000000..3e9e692d3c --- /dev/null +++ b/keyboards/planck/keymaps/neo2planck/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#define PREVENT_STUCK_MODIFIERS + +#endif \ No newline at end of file -- cgit v1.2.3