diff options
author | Felix Jen <fjen@felixjen.com> | 2022-07-11 13:57:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 13:57:20 -0700 |
commit | 7c3b6c4bc48def9f8da344e93fca1ec6699cedec (patch) | |
tree | bce54ef4c2f5180abbc7737c1a736b67d963a218 /keyboards/fjlabs/swordfish/swordfish.c | |
parent | 2bb05507076c8bdb64a8cffd0895795d392e4b82 (diff) |
[Keyboard] Add Swordfish keyboard (#17567)
Diffstat (limited to 'keyboards/fjlabs/swordfish/swordfish.c')
-rw-r--r-- | keyboards/fjlabs/swordfish/swordfish.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fjlabs/swordfish/swordfish.c b/keyboards/fjlabs/swordfish/swordfish.c new file mode 100644 index 0000000000..a8689fefe8 --- /dev/null +++ b/keyboards/fjlabs/swordfish/swordfish.c @@ -0,0 +1,14 @@ +/* +Copyright 2022 <me@fjlaboratories.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 "swordfish.h" |