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/quark.c | |
parent | a68d289fa58210fc26c6eba9ff4832d39473c71d (diff) | |
download | qmk_firmware-53e9213a2255cebf9ec2c3f8302241ede8d16f07.tar.gz qmk_firmware-53e9213a2255cebf9ec2c3f8302241ede8d16f07.zip |
Quark refactor (#11377)
Diffstat (limited to 'keyboards/quark/quark.c')
-rw-r--r-- | keyboards/quark/quark.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/quark/quark.c b/keyboards/quark/quark.c index 6b962a893..02610c420 100644 --- a/keyboards/quark/quark.c +++ b/keyboards/quark/quark.c | |||
@@ -1 +1,17 @@ | |||
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 | |||
1 | #include "quark.h" | 17 | #include "quark.h" |