diff options
author | Miguel Filipe <msf@users.noreply.github.com> | 2021-06-07 04:37:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 20:37:59 -0700 |
commit | 0374e4c7339ef9f863826c79c31446eb013c05d8 (patch) | |
tree | 02edeefc2759b36e4442937c4aaf93b1a57b0724 /keyboards/id80/ansi/keymaps/msf/config.h | |
parent | add10524d6eeca6bb3d78265c2bbb8bb4e40ef5f (diff) | |
download | qmk_firmware-0374e4c7339ef9f863826c79c31446eb013c05d8.tar.gz qmk_firmware-0374e4c7339ef9f863826c79c31446eb013c05d8.zip |
[Keymap] add id80/ansi/keymaps/msf (#11957)
Diffstat (limited to 'keyboards/id80/ansi/keymaps/msf/config.h')
-rw-r--r-- | keyboards/id80/ansi/keymaps/msf/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/id80/ansi/keymaps/msf/config.h b/keyboards/id80/ansi/keymaps/msf/config.h new file mode 100644 index 0000000000..4f3cc95f30 --- /dev/null +++ b/keyboards/id80/ansi/keymaps/msf/config.h @@ -0,0 +1,24 @@ +/* Copyright 2021 msf@github + * + * 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/>. + */ + +/* + Set any config.h overrides for your specific keymap here. + See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file +*/ +#pragma once + +#define COMBO_COUNT 3 +#define COMBO_TERM 200 |