diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-01 05:04:00 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 05:04:00 +1100 |
commit | 53e9213a2255cebf9ec2c3f8302241ede8d16f07 (patch) | |
tree | bd635e8f6eefb4eb9e37adcabde40729edf9f134 /keyboards/quark/keymaps/default/config.h | |
parent | a68d289fa58210fc26c6eba9ff4832d39473c71d (diff) | |
download | qmk_firmware-53e9213a2255cebf9ec2c3f8302241ede8d16f07.tar.gz qmk_firmware-53e9213a2255cebf9ec2c3f8302241ede8d16f07.zip |
Quark refactor (#11377)
Diffstat (limited to 'keyboards/quark/keymaps/default/config.h')
-rw-r--r-- | keyboards/quark/keymaps/default/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/quark/keymaps/default/config.h b/keyboards/quark/keymaps/default/config.h index 311c729c5..c6f30237d 100644 --- a/keyboards/quark/keymaps/default/config.h +++ b/keyboards/quark/keymaps/default/config.h | |||
@@ -1,2 +1,19 @@ | |||
1 | /* Copyright 2020 Nathan Spears | ||
2 | * | ||
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | |||
17 | #pragma once | ||
1 | 18 | ||
2 | #define TAPPING_TOGGLE 2 | 19 | #define TAPPING_TOGGLE 2 |