diff options
author | Reid Sox-Harris <reidsox1@gmail.com> | 2020-10-17 02:31:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 02:31:21 -0700 |
commit | e0bdd511773ef25388a066e4db9a53f658f681ae (patch) | |
tree | 0d791ebd2335954a62c2b95ac2f71e2f2fd6dd2b /keyboards/keyhive/maypad/keymaps/eosti/config.h | |
parent | fba7d4e32f4292094934fb47943b22a70a28ce57 (diff) |
[Keymap] add keyhive/maypad:eosti (#10663)
* adds eosti/maypad keymap
* remove empty function calls
Diffstat (limited to 'keyboards/keyhive/maypad/keymaps/eosti/config.h')
-rw-r--r-- | keyboards/keyhive/maypad/keymaps/eosti/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/keyhive/maypad/keymaps/eosti/config.h b/keyboards/keyhive/maypad/keymaps/eosti/config.h new file mode 100644 index 0000000000..8e6a83b791 --- /dev/null +++ b/keyboards/keyhive/maypad/keymaps/eosti/config.h @@ -0,0 +1,17 @@ +/* Copyright 2020 Reid Sox-Harris + * + * 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 |