diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-20 16:59:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-20 16:59:38 +0000 |
commit | 8da2c486504cf904005f479deb4b61b9183a040f (patch) | |
tree | 9d6193d0db24b12d39510f24a0b2dfe39626e2c3 /keyboards/clawsome/doodle/doodle.c | |
parent | 5aa3fd5ac707ff35296ef0339ced022753ebd499 (diff) | |
parent | 4ff16fe73e0850beeca446d53902527c2cbabe8a (diff) | |
download | qmk_firmware-8da2c486504cf904005f479deb4b61b9183a040f.tar.gz qmk_firmware-8da2c486504cf904005f479deb4b61b9183a040f.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/clawsome/doodle/doodle.c')
-rw-r--r-- | keyboards/clawsome/doodle/doodle.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/clawsome/doodle/doodle.c b/keyboards/clawsome/doodle/doodle.c new file mode 100644 index 0000000000..4f1b773512 --- /dev/null +++ b/keyboards/clawsome/doodle/doodle.c @@ -0,0 +1,17 @@ +/* Copyright 2021 AAClawson (AlisGraveNil) + * + * 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/>. + */ + +#include "doodle.h"
\ No newline at end of file |