diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2021-08-22 01:04:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-21 23:04:20 -0700 |
commit | 46fb8742692b546901555ffc544e954801ff5340 (patch) | |
tree | a1191ffa538ef27f470d740d4567017de9a737d9 /keyboards/checkerboards/quark_squared/keymaps/2u/config.h | |
parent | 9a51076859f00c28749bc8e1627e7f09263f3a88 (diff) |
[Keyboard] add support for Quark² (#14109)
Quark² is a hotswap version of the Quark PCB
Diffstat (limited to 'keyboards/checkerboards/quark_squared/keymaps/2u/config.h')
-rw-r--r-- | keyboards/checkerboards/quark_squared/keymaps/2u/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/checkerboards/quark_squared/keymaps/2u/config.h b/keyboards/checkerboards/quark_squared/keymaps/2u/config.h new file mode 100644 index 0000000000..b1498826ee --- /dev/null +++ b/keyboards/checkerboards/quark_squared/keymaps/2u/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 |