diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-27 17:42:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-27 17:42:03 +0000 |
commit | 3e43a7f044f0e20832bb3e03ebf3d2ba41249cf2 (patch) | |
tree | ba67475e53e53ce0346ecf7fe6df2991328d6341 /keyboards/draculad/draculad.c | |
parent | f30637ee11bc89a4c87b145689495aca717f3ca5 (diff) | |
parent | 3fe356e65c65f725e94f3ad32fd65cc24befb531 (diff) | |
download | qmk_firmware-3e43a7f044f0e20832bb3e03ebf3d2ba41249cf2.tar.gz qmk_firmware-3e43a7f044f0e20832bb3e03ebf3d2ba41249cf2.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/draculad/draculad.c')
-rw-r--r-- | keyboards/draculad/draculad.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/draculad/draculad.c b/keyboards/draculad/draculad.c new file mode 100644 index 0000000000..04a83ef2e3 --- /dev/null +++ b/keyboards/draculad/draculad.c @@ -0,0 +1,18 @@ +/* +Copyright 2021 @mangoiv + +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 "draculad.h"
\ No newline at end of file |