diff options
author | QMK Bot <hello@qmk.fm> | 2023-11-29 03:33:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-11-29 03:33:32 +0000 |
commit | e923efcd5692d0ab6f8817d50efdb8dc04edcb2c (patch) | |
tree | 911c6b3cd025c23a027984de46f2595d672811da /keyboards/handwired/scottokeebs/scottowing/keymaps/default/config.h | |
parent | a886d7e3dd0e278c68a2103f5170efa643d315c9 (diff) | |
parent | 4228f555516c6a1ea9f193b70120f862b74fb03c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/scottokeebs/scottowing/keymaps/default/config.h')
-rw-r--r-- | keyboards/handwired/scottokeebs/scottowing/keymaps/default/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/handwired/scottokeebs/scottowing/keymaps/default/config.h b/keyboards/handwired/scottokeebs/scottowing/keymaps/default/config.h new file mode 100644 index 0000000000..9e99bf0205 --- /dev/null +++ b/keyboards/handwired/scottokeebs/scottowing/keymaps/default/config.h @@ -0,0 +1,23 @@ +/* +Copyright 2023 Joe Scotto + +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 options +#define TAPPING_TERM 135 +#define PERMISSIVE_HOLD +#define TAPPING_TERM_PER_KEY |