diff options
author | Yale Thomas <lordchair@gmail.com> | 2016-08-23 14:43:21 -0700 |
---|---|---|
committer | Yale Thomas <ythomas@pandora.com> | 2017-01-28 18:43:40 -0800 |
commit | 4eafa8656468a444f1371ceca7baa5db7f239e55 (patch) | |
tree | 6ed9181016b67f7fc3b3ba396bf54e07142d07b9 /keyboards/planck/keymaps/yale/config.h | |
parent | ec05f654210a01ef82db2ab54e6065783536b802 (diff) | |
download | qmk_firmware-4eafa8656468a444f1371ceca7baa5db7f239e55.tar.gz qmk_firmware-4eafa8656468a444f1371ceca7baa5db7f239e55.zip |
new 'yale' keymap
Diffstat (limited to 'keyboards/planck/keymaps/yale/config.h')
-rw-r--r-- | keyboards/planck/keymaps/yale/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/yale/config.h b/keyboards/planck/keymaps/yale/config.h new file mode 100644 index 0000000000..8a916bbd09 --- /dev/null +++ b/keyboards/planck/keymaps/yale/config.h @@ -0,0 +1,11 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#define PREVENT_STUCK_MODIFIERS + +#endif + + + |