summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub/half_n_half/keymaps/Boy_314/config.h
diff options
context:
space:
mode:
authorBoy_314 <32818287+Boy-314@users.noreply.github.com>2019-03-15 05:09:35 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-15 05:09:35 +0100
commit41584c3384c92ffe37270b11fe352f9159283ec1 (patch)
tree2cc70697bcf5d4061c581f3aa2e7e84f0f2f2418 /keyboards/40percentclub/half_n_half/keymaps/Boy_314/config.h
parent205ffc277c1b6cb25d11f0938d4df02048870fa5 (diff)
downloadqmk_firmware-41584c3384c92ffe37270b11fe352f9159283ec1.tar.gz
qmk_firmware-41584c3384c92ffe37270b11fe352f9159283ec1.tar.xz
[Keymap] Added Boy_314's layout for half n half keyboard (#5373)
* added Boy_.314's layout for halfnhalf keyboard * reset rules.mk to default * update keymap with qwerty layout, and enable tap dancing * fixed formatting in layout visualization * added rules.mk to custom layout * added mod tap for ctrl/capslock * fixed typo in config.h, remove excess in rules.mk, revert half_n_half rules.mk
Diffstat (limited to 'keyboards/40percentclub/half_n_half/keymaps/Boy_314/config.h')
-rw-r--r--keyboards/40percentclub/half_n_half/keymaps/Boy_314/config.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/40percentclub/half_n_half/keymaps/Boy_314/config.h b/keyboards/40percentclub/half_n_half/keymaps/Boy_314/config.h
new file mode 100644
index 000000000..ae39290bc
--- /dev/null
+++ b/keyboards/40percentclub/half_n_half/keymaps/Boy_314/config.h
@@ -0,0 +1,22 @@
+/* Copyright 2019 Boy_314
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+// place overrides here
+#define IGNORE_MOD_TAP_INTERRUPT
+#define PERMISSIVE_HOLD
+#define TAPPING_TERM 200 \ No newline at end of file