diff options
Diffstat (limited to 'users/drashna/post_config.h')
-rw-r--r-- | users/drashna/post_config.h | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/users/drashna/post_config.h b/users/drashna/post_config.h index b9d934c42..0c9bda2ee 100644 --- a/users/drashna/post_config.h +++ b/users/drashna/post_config.h | |||
@@ -1,18 +1,5 @@ | |||
1 | /* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> | 1 | // Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> |
2 | * | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | 3 | ||
17 | #pragma once | 4 | #pragma once |
18 | 5 | ||
@@ -137,3 +124,7 @@ | |||
137 | #ifndef DYNAMIC_KEYMAP_LAYER_COUNT | 124 | #ifndef DYNAMIC_KEYMAP_LAYER_COUNT |
138 | # define DYNAMIC_KEYMAP_LAYER_COUNT 11 | 125 | # define DYNAMIC_KEYMAP_LAYER_COUNT 11 |
139 | #endif | 126 | #endif |
127 | |||
128 | #ifndef TAPPING_TERM | ||
129 | # define TAPPING_TERM 175 | ||
130 | #endif | ||