diff options
author | Felix Jen <fjen@felixjen.com> | 2020-11-25 12:36:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 10:36:49 -0800 |
commit | e8a65baf4143799318c7f12fe873b9be7ddf18b5 (patch) | |
tree | aa13afa03979ec1d1aa9804753077409f611d293 /keyboards/lucid/phantom_hs/phantom_hs.c | |
parent | d82e0027374d81140248e61daf190215f440c8af (diff) |
[Keyboard] Added Phantom Keyboard by Lucid (#10988)
* Added upcoming Phantom keyboard from Lucid
* syntax error
* updated layout name
Diffstat (limited to 'keyboards/lucid/phantom_hs/phantom_hs.c')
-rw-r--r-- | keyboards/lucid/phantom_hs/phantom_hs.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/lucid/phantom_hs/phantom_hs.c b/keyboards/lucid/phantom_hs/phantom_hs.c new file mode 100644 index 0000000000..4d10b67bd6 --- /dev/null +++ b/keyboards/lucid/phantom_hs/phantom_hs.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 "phantom_hs.h" |