diff options
author | Zach White <skullydazed@gmail.com> | 2021-01-08 11:21:27 -0800 |
---|---|---|
committer | Zach White <skullydazed@gmail.com> | 2021-01-08 11:21:27 -0800 |
commit | 667161620a2c96c8b286f40f557f5722c7f58f8a (patch) | |
tree | 86321f4d9e4c028c5cddc6a37fc4deaa83ca4887 /keyboards/sparrow62/keymaps/via/config.h | |
parent | e2c7f893470465f986bd6849c18606be0f2b7842 (diff) | |
parent | 6d9b4c7b4f5de5631955e57b9706f90072971bcb (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sparrow62/keymaps/via/config.h')
-rw-r--r-- | keyboards/sparrow62/keymaps/via/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/sparrow62/keymaps/via/config.h b/keyboards/sparrow62/keymaps/via/config.h new file mode 100644 index 0000000000..15eb08ed7a --- /dev/null +++ b/keyboards/sparrow62/keymaps/via/config.h @@ -0,0 +1,23 @@ +/* + * Copyright 2020 Atsushi Morimoto @74th + * + * 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 + +/* Select hand configuration */ + +#define TAPPING_FORCE_HOLD +#define TAPPING_TERM 180 |