diff options
author | Jimmy Sjölund <jimmy@sjolund.se> | 2022-09-20 08:19:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 23:19:51 -0700 |
commit | 100cf3db3a14b4d841bf55e53aba5b54036f67af (patch) | |
tree | 3ba70eb7d1e6adb65d319eabb03977cc4dea2805 /keyboards/splitkb/kyria/keymaps/jimmysjolund/config.h | |
parent | 41fdf32afb34e09946822c2aebcf26915e9c6d2a (diff) | |
download | qmk_firmware-100cf3db3a14b4d841bf55e53aba5b54036f67af.tar.gz qmk_firmware-100cf3db3a14b4d841bf55e53aba5b54036f67af.zip |
[Keymap] Added Kyria keyboard to jimmysjolund (#18335)
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/jimmysjolund/config.h')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/jimmysjolund/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/jimmysjolund/config.h b/keyboards/splitkb/kyria/keymaps/jimmysjolund/config.h new file mode 100644 index 0000000000..217e97f931 --- /dev/null +++ b/keyboards/splitkb/kyria/keymaps/jimmysjolund/config.h @@ -0,0 +1,20 @@ +/* Copyright 2022 Thomas Baart <thomas@splitkb.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 + +// Lets you roll mod-tap keys +#define IGNORE_MOD_TAP_INTERRUPT |