diff options
author | Alexander Dergachev <alexander@spotify.com> | 2020-12-05 12:14:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 22:14:50 +1100 |
commit | 9971caa6327274b230695afb4d76f83bf9b77f3a (patch) | |
tree | 30effab2cb9271c9b639bc4ca91bb14cfb0ebd72 /keyboards/torn/keymaps/kinesish/config.h | |
parent | 15faffacf49240ea95a0f0121511e6b2fb4c914c (diff) |
Add a custom keymap for Torn keyboard (#11017)
Diffstat (limited to 'keyboards/torn/keymaps/kinesish/config.h')
-rw-r--r-- | keyboards/torn/keymaps/kinesish/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/torn/keymaps/kinesish/config.h b/keyboards/torn/keymaps/kinesish/config.h new file mode 100644 index 0000000000..734512e6cd --- /dev/null +++ b/keyboards/torn/keymaps/kinesish/config.h @@ -0,0 +1,21 @@ +/* Copyright 2020 Alexander Dergachev (alexander.dergachev@gmail.com) + * + * 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 200 +#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY +#define PERMISSIVE_HOLD_PER_KEY |