diff options
Diffstat (limited to 'users/talljoe/config.h')
| -rw-r--r-- | users/talljoe/config.h | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/users/talljoe/config.h b/users/talljoe/config.h index 33374014d..8a5fd50cb 100644 --- a/users/talljoe/config.h +++ b/users/talljoe/config.h | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | #ifndef USERSPACE_CONFIG_H | 1 | /* Copyright 2020 Joseph Wasson |
| 2 | #define USERSPACE_CONFIG_H | 2 | * |
| 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 | #pragma once | ||
| 3 | 17 | ||
| 4 | #define PERMISSIVE_HOLD | 18 | #define PERMISSIVE_HOLD |
| 5 | 19 | ||
| @@ -9,4 +23,5 @@ | |||
| 9 | #define BOOTMAGIC_KEY_SKIP KC_I | 23 | #define BOOTMAGIC_KEY_SKIP KC_I |
| 10 | #define BOOTMAGIC_KEY_EEPROM_CLEAR KC_E | 24 | #define BOOTMAGIC_KEY_EEPROM_CLEAR KC_E |
| 11 | 25 | ||
| 12 | #endif // !USERSPACE_CONFIG_H | 26 | #define COMBO_COUNT 2 |
| 27 | #define COMBO_TERM 250 | ||
