summaryrefslogtreecommitdiffstats
path: root/keyboards/alu84/keymaps/turbomech/config.h
diff options
context:
space:
mode:
authorTurboMech <32869044+TurboMech@users.noreply.github.com>2018-01-05 17:37:22 +0100
committerJack Humbert <jack.humb@gmail.com>2018-01-05 17:37:22 +0100
commit6b584a23c032712b2219725e0cdd5a5ea576b31c (patch)
treef97bf8de3a61133a3db5060f22a67771dd1958a2 /keyboards/alu84/keymaps/turbomech/config.h
parent6bb3fbd4e0ff3123a1b3ea00d00c2ae7a2550120 (diff)
downloadqmk_firmware-6b584a23c032712b2219725e0cdd5a5ea576b31c.tar.gz
qmk_firmware-6b584a23c032712b2219725e0cdd5a5ea576b31c.tar.xz
Updated ACR60, Mechmini, ALU84 readme information and config.h descripters (#2231)
* Updated ACR60, Mechmini, ALU84 readme information and config.h descripters Update MECHKEYS keyboards to be uniform in readmes and config.h's PID, MANUFACTORER, and DESCRIPTIONS. This allows the keyboards to be more uniform amongst the different types. * Rename keyboards/alu84/keymaps/TurboMech/config.h to keyboards/alu84/keymaps/turbomech * Rename keyboards/alu84/keymaps/turbomech to keyboards/alu84/keymaps/TurboMech/config.h * Fixed folder naming for alu84/keymaps/turbomech * fixed error from compile removed double `return MACRO_NONE;` and `switch (id) {`
Diffstat (limited to 'keyboards/alu84/keymaps/turbomech/config.h')
-rw-r--r--keyboards/alu84/keymaps/turbomech/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/alu84/keymaps/turbomech/config.h b/keyboards/alu84/keymaps/turbomech/config.h
new file mode 100644
index 000000000..3013df9ba
--- /dev/null
+++ b/keyboards/alu84/keymaps/turbomech/config.h
@@ -0,0 +1,25 @@
+/* Copyright 2017 @TurboMech /u/TurboMech <discord> @A9entOran9e#6134
+ *
+ * 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/>.
+ */
+
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#define TAPPING_TOGGLE 2
+#include "../../config.h"
+
+// place overrides here
+
+#endif