diff options
| author | Adrian <elagil@users.noreply.github.com> | 2020-05-13 22:29:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 21:29:11 +0100 |
| commit | fadd3cb4617fe7e48c802c4470a50df36e6c5109 (patch) | |
| tree | 86c2d98d0112389acfdc8b75009e418049caf1b7 /keyboards/murcielago/murcielago.c | |
| parent | a41f973f75eff621a352089fa53dde94b095f606 (diff) | |
| download | qmk_firmware-fadd3cb4617fe7e48c802c4470a50df36e6c5109.tar.gz qmk_firmware-fadd3cb4617fe7e48c802c4470a50df36e6c5109.zip | |
added murcielago keyboard (#8920)
* Squashed pull request for murcielago
* removed rotation prior to creating info.json
Diffstat (limited to 'keyboards/murcielago/murcielago.c')
| -rw-r--r-- | keyboards/murcielago/murcielago.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/murcielago/murcielago.c b/keyboards/murcielago/murcielago.c new file mode 100644 index 000000000..30215c69c --- /dev/null +++ b/keyboards/murcielago/murcielago.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2020 elagil | ||
| 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 | #include "murcielago.h" \ No newline at end of file | ||
