From beb9f3ab713442a0ef712d782d895c0fbd88277f Mon Sep 17 00:00:00 2001 From: hvp <32483282+hvpkod@users.noreply.github.com> Date: Sat, 30 Nov 2019 08:39:54 +0100 Subject: [Keymap] Added my UT47.2 Swedish layout with tap dance function. (#6861) * Added my UT47.2 Swedish layout with tap dance function. * Move tap dance over to user space * Removed config_common from config file --- keyboards/ut472/keymaps/hvp/config.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/ut472/keymaps/hvp/config.h (limited to 'keyboards/ut472/keymaps/hvp/config.h') diff --git a/keyboards/ut472/keymaps/hvp/config.h b/keyboards/ut472/keymaps/hvp/config.h new file mode 100644 index 0000000000..4ade43cdcd --- /dev/null +++ b/keyboards/ut472/keymaps/hvp/config.h @@ -0,0 +1,22 @@ +/* Copyright 2018 Carlos Filoteo + * + * 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 . + */ + +#pragma once +#define TAPPING_TERM 150 +#define PERMISSIVE_HOLD +#define IGNORE_MOD_TAP_INTERRUPT + +// place overrides here -- cgit v1.2.3