diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2021-09-29 11:55:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 09:55:58 -0700 |
commit | 929d959ef9e2572b4744930d86e322936e6e1f0e (patch) | |
tree | c9f294d046e0bb51fcd1e987e7dd318e06daaaba /keyboards/checkerboards/quark_lp/keymaps/default/config.h | |
parent | 03df75455126ecd395957bcbad48d19ca91fdbd5 (diff) |
[Keyboard] add support for Quark_LP (#14552)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/checkerboards/quark_lp/keymaps/default/config.h')
-rw-r--r-- | keyboards/checkerboards/quark_lp/keymaps/default/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/checkerboards/quark_lp/keymaps/default/config.h b/keyboards/checkerboards/quark_lp/keymaps/default/config.h new file mode 100644 index 0000000000..b1498826ee --- /dev/null +++ b/keyboards/checkerboards/quark_lp/keymaps/default/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 |