diff options
author | Callum Hart <mini-ninja-64@users.noreply.github.com> | 2021-11-19 17:41:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 09:41:12 -0800 |
commit | 10c36032a075258516f30da79949a755d67a53a2 (patch) | |
tree | 1c351ef5e09d2d370e3d55e7d61a5aac49210432 /keyboards/cutie_club/keebcats/dougal/dougal.c | |
parent | 58e7527e602395b0e90ed2560c390c3a6b493db2 (diff) |
[Keyboard] Add Keebcats Dougal PCB (#15168)
Diffstat (limited to 'keyboards/cutie_club/keebcats/dougal/dougal.c')
-rw-r--r-- | keyboards/cutie_club/keebcats/dougal/dougal.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/cutie_club/keebcats/dougal/dougal.c b/keyboards/cutie_club/keebcats/dougal/dougal.c new file mode 100644 index 0000000000..8f247bd287 --- /dev/null +++ b/keyboards/cutie_club/keebcats/dougal/dougal.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Cutie Club + * + * 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 "dougal.h" |