From 08c1997db1f08332abc3bb770b191ca95a514ea8 Mon Sep 17 00:00:00 2001 From: zerovectorspace <40783087+zerovectorspace@users.noreply.github.com> Date: Tue, 3 Jul 2018 19:13:49 +0000 Subject: 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 --- .../xd75/keymaps/dyn_macro_tap_dance/config.h | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h (limited to 'keyboards/xd75/keymaps/dyn_macro_tap_dance/config.h') 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 0000000000..015377b5f8 --- /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 . + */ + +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif -- cgit v1.2.1