aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/gherkin/keymaps/talljoe_gherkin/config.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-06-07 08:15:14 -0700
committerDrashna Jaelre <drashna@live.com>2018-06-07 08:15:14 -0700
commite3c10a73ac0857a60fba5530c2dceee954fe89d4 (patch)
treeb5704a9f84fb69e4f74f0f78777475e5ac901e47 /keyboards/gherkin/keymaps/talljoe_gherkin/config.h
parent66a35aded1bdab44fd4d79290899059ba3b97645 (diff)
downloadfirmware-e3c10a73ac0857a60fba5530c2dceee954fe89d4.tar.gz
firmware-e3c10a73ac0857a60fba5530c2dceee954fe89d4.tar.bz2
firmware-e3c10a73ac0857a60fba5530c2dceee954fe89d4.zip
Gherkin: Refactor and Configurator support [resolved] (#3140)
* Refactor KEYMAP to LAYOUT_ortho_3x10 * Configurator support * Renamed @Talljoe's keymap folder * Renamed matrix_init_user to matrix_init_keymap
Diffstat (limited to 'keyboards/gherkin/keymaps/talljoe_gherkin/config.h')
-rw-r--r--keyboards/gherkin/keymaps/talljoe_gherkin/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/gherkin/keymaps/talljoe_gherkin/config.h b/keyboards/gherkin/keymaps/talljoe_gherkin/config.h
new file mode 100644
index 000000000..3e9e692d3
--- /dev/null
+++ b/keyboards/gherkin/keymaps/talljoe_gherkin/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