diff options
author | FearlessSpiff <fearless.spiff@me.com> | 2022-01-11 00:01:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 15:01:32 -0800 |
commit | 8f630c17b9a6bc6286cbe4435c66033720182803 (patch) | |
tree | b750ddf3d3ee0dfaa71f47faf019c0782864a882 /keyboards/mechwild/mercutio/keymaps/fearless_spiff/config.h | |
parent | 9bcb33f0daec233d02dddaea566442a825e5e307 (diff) |
[Keymap] Add Fearless Spiff keymap for Mechwild Mercutio based on Bongocat and Jonavin (#15802)
Diffstat (limited to 'keyboards/mechwild/mercutio/keymaps/fearless_spiff/config.h')
-rw-r--r-- | keyboards/mechwild/mercutio/keymaps/fearless_spiff/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mechwild/mercutio/keymaps/fearless_spiff/config.h b/keyboards/mechwild/mercutio/keymaps/fearless_spiff/config.h new file mode 100644 index 0000000000..9d588ed8c0 --- /dev/null +++ b/keyboards/mechwild/mercutio/keymaps/fearless_spiff/config.h @@ -0,0 +1,19 @@ +/* Copyright 2022 Fearless Spiff + * + * 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 180 |