diff options
author | Fred Silberberg <fred@silberberg.xyz> | 2020-04-20 03:00:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 11:00:14 +0100 |
commit | 2dca087b04c14197b70ed4295139e0c4a40562d9 (patch) | |
tree | f45309e8130274dea698cd95d80a28a061734e51 /keyboards/naked60/keymaps/333fred/config.h | |
parent | 7e4cf9ace2fd954a1a735fcbea75f719bfc3fbc2 (diff) | |
download | qmk_firmware-2dca087b04c14197b70ed4295139e0c4a40562d9.tar.gz qmk_firmware-2dca087b04c14197b70ed4295139e0c4a40562d9.zip |
Add naked60 layout, clean up my userspace files and rules.mk. (#8848)
Diffstat (limited to 'keyboards/naked60/keymaps/333fred/config.h')
-rw-r--r-- | keyboards/naked60/keymaps/333fred/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/naked60/keymaps/333fred/config.h b/keyboards/naked60/keymaps/333fred/config.h new file mode 100644 index 0000000000..d19e77f044 --- /dev/null +++ b/keyboards/naked60/keymaps/333fred/config.h @@ -0,0 +1,24 @@ +/* Copyright 2018 Salicylic_acid3 + * + * 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 200 |