diff options
author | yellowmoneybank <16255242+yellowmoneybank@users.noreply.github.com> | 2017-11-20 18:22:16 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-20 12:22:16 -0500 |
commit | c6cdd5422fb64e8854db9cbd3ba2ca2f3b7418e8 (patch) | |
tree | 07e81461bee1a45545dc85b22726f2e632ee2d81 /keyboards/planck/keymaps/neo2planck/config.h | |
parent | d6ca4e555ac52a446b1657ac3f3027655fe5ab5b (diff) |
Neo2Planck (#2032)
* Documentation
* Enabled Mouse-Keys in Makefile
* Layer 1 finished
* Small Bugfixes
* Updated documentation
Diffstat (limited to 'keyboards/planck/keymaps/neo2planck/config.h')
-rw-r--r-- | keyboards/planck/keymaps/neo2planck/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |