diff options
author | Ibnu Daru Aji <ibnuda@users.noreply.github.com> | 2022-01-14 00:19:51 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 09:19:51 -0800 |
commit | 2f68e058841739c936bbe4fc2ddfe44409b68aab (patch) | |
tree | 50d08e0a87ab2fa160b37061a67b53d743ea92dd /keyboards/squiggle/keymaps/defaultfull/config.h | |
parent | 5c583851f965920a84847940b73562d5f26b5846 (diff) |
[Keyboard] new layout for squiggle (#15683)
Diffstat (limited to 'keyboards/squiggle/keymaps/defaultfull/config.h')
-rw-r--r-- | keyboards/squiggle/keymaps/defaultfull/config.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/squiggle/keymaps/defaultfull/config.h b/keyboards/squiggle/keymaps/defaultfull/config.h new file mode 100644 index 0000000000..1c8cff4bb6 --- /dev/null +++ b/keyboards/squiggle/keymaps/defaultfull/config.h @@ -0,0 +1,22 @@ +/* Copyright 2022 Ibnu D. Aji + * + * 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 COMBO_TERM 100 +#define COMBO_COUNT 38 +#define IGNORE_MOD_TAP_INTERRUPT +#define PERMISSIVE_HOLD |