diff options
author | hvp <32483282+hvpkod@users.noreply.github.com> | 2019-11-30 08:39:54 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-29 23:39:54 -0800 |
commit | beb9f3ab713442a0ef712d782d895c0fbd88277f (patch) | |
tree | 89ce803abcc54cd546d1d90ec9ce52be81024a42 /keyboards/ut472/keymaps/hvp/config.h | |
parent | 77c04d148e6fd1bc0858373317b522aae2bf7784 (diff) |
[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
Diffstat (limited to 'keyboards/ut472/keymaps/hvp/config.h')
-rw-r--r-- | keyboards/ut472/keymaps/hvp/config.h | 22 |
1 files changed, 22 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + */ + +#pragma once +#define TAPPING_TERM 150 +#define PERMISSIVE_HOLD +#define IGNORE_MOD_TAP_INTERRUPT + +// place overrides here |