diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-22 06:04:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-22 06:04:52 +0000 |
commit | 7dfa93d9b6d01757f6583c77055f1ff59d04876e (patch) | |
tree | 1f0a2b87e276ebbb18f18258eced5b70842b1843 /keyboards/checkerboards/quark_squared/keymaps/via/config.h | |
parent | 34d0376ab9d73a77c50b78b01498710346ba6105 (diff) | |
parent | 46fb8742692b546901555ffc544e954801ff5340 (diff) | |
download | qmk_firmware-7dfa93d9b6d01757f6583c77055f1ff59d04876e.tar.gz qmk_firmware-7dfa93d9b6d01757f6583c77055f1ff59d04876e.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/checkerboards/quark_squared/keymaps/via/config.h')
-rw-r--r-- | keyboards/checkerboards/quark_squared/keymaps/via/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/checkerboards/quark_squared/keymaps/via/config.h b/keyboards/checkerboards/quark_squared/keymaps/via/config.h new file mode 100644 index 0000000000..b1498826ee --- /dev/null +++ b/keyboards/checkerboards/quark_squared/keymaps/via/config.h @@ -0,0 +1,19 @@ +/* Copyright 2021 Nathan Spears + * + * 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 TAPPING_TOGGLE 2 |