summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/kbod/config.h
diff options
context:
space:
mode:
authorNurahmadie <nurahmadie@gmail.com>2017-03-11 14:52:52 +0100
committerNurahmadie <nurahmadie@gmail.com>2017-04-02 13:27:28 +0200
commit15ddaa7f1929aa301a325b03c57e267524d56ea8 (patch)
tree93c5a332feb4a0407249b82c6353847eb60e9bdb /keyboards/handwired/kbod/config.h
parentf5d78c739d48bad32409b3819c8d624d5e78c017 (diff)
downloadqmk_firmware-15ddaa7f1929aa301a325b03c57e267524d56ea8.tar.gz
qmk_firmware-15ddaa7f1929aa301a325b03c57e267524d56ea8.tar.xz
Fix layer stuck, and add numpad support
Diffstat (limited to 'keyboards/handwired/kbod/config.h')
-rw-r--r--keyboards/handwired/kbod/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/kbod/config.h b/keyboards/handwired/kbod/config.h
index e73b7d086..f3d0c8bf2 100644
--- a/keyboards/handwired/kbod/config.h
+++ b/keyboards/handwired/kbod/config.h
@@ -159,4 +159,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
+#define PREVENT_STUCK_MODIFIERS
+
+#undef TAPPING_TOGGLE
+#define TAPPING_TOGGLE 2
+
#endif