summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h
diff options
context:
space:
mode:
authorzerovectorspace <40783087+zerovectorspace@users.noreply.github.com>2018-07-03 21:13:49 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-03 21:13:49 +0200
commit08c1997db1f08332abc3bb770b191ca95a514ea8 (patch)
tree209e2736b8ff3356f1e2f88eec51555b864a8e18 /keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h
parent9c2dde98e2b963704eb7cb87f6c53c52599fba53 (diff)
downloadqmk_firmware-08c1997db1f08332abc3bb770b191ca95a514ea8.tar.gz
qmk_firmware-08c1997db1f08332abc3bb770b191ca95a514ea8.tar.xz
Add Dynamic Macro Toggle using Tap Dance keymap to xd75 (#3297)
* Add Dynamic Macro Toggle using Tap Dance One Tap -> Play Macro 1 Two Taps -> Stop Recording Three Taps -> Start Recording Macro 1 * Move feature from default to dyn_macro_tap_dance * Convert 4 space tabs to 2 space tabs Follows qmk style guidelines
Diffstat (limited to 'keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h')
-rw-r--r--keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h b/keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h
new file mode 100644
index 000000000..015377b5f
--- /dev/null
+++ b/keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h
@@ -0,0 +1,24 @@
+/* Copyright 2017 Benjamin Kesselring
+ *
+ * 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
+
+#include "../../config.h"
+
+// place overrides here
+
+#endif