diff options
author | Felix Jen <fjen@felixjen.com> | 2021-05-15 19:08:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 17:08:49 -0700 |
commit | 7ca4608427eb171201a3b2025635e339bd3ddda0 (patch) | |
tree | c0049689681a5d91e04477190e6f9a0d56e7530c /keyboards/lucid/scarlet/scarlet.c | |
parent | 3efaa5ba7cb67ce51fb61b38b0bc0313e819eb55 (diff) | |
download | qmk_firmware-7ca4608427eb171201a3b2025635e339bd3ddda0.tar.gz qmk_firmware-7ca4608427eb171201a3b2025635e339bd3ddda0.zip |
[Keyboard] Added Lucid KB Scarlet [Maker KB] (#12748)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/lucid/scarlet/scarlet.c')
-rw-r--r-- | keyboards/lucid/scarlet/scarlet.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/lucid/scarlet/scarlet.c b/keyboards/lucid/scarlet/scarlet.c new file mode 100644 index 0000000000..aa26a78c43 --- /dev/null +++ b/keyboards/lucid/scarlet/scarlet.c @@ -0,0 +1,14 @@ +/* +Copyright 2020 <hello@lucidkb.com> +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 "scarlet.h" |