From a3cb3e139ab35084e839922ba6437611bc970128 Mon Sep 17 00:00:00 2001 From: Moritz Date: Sat, 7 Aug 2021 07:48:17 +0200 Subject: [Keyboard] Add Fave87 (#13873) Co-authored-by: Joel Challis --- keyboards/linworks/fave87/fave87.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/linworks/fave87/fave87.c (limited to 'keyboards/linworks/fave87/fave87.c') diff --git a/keyboards/linworks/fave87/fave87.c b/keyboards/linworks/fave87/fave87.c new file mode 100644 index 0000000000..49272baf5a --- /dev/null +++ b/keyboards/linworks/fave87/fave87.c @@ -0,0 +1,16 @@ +/* Copyright 2021 Moritz Plattner + * + * 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 . + */ +#include "fave87.h" -- cgit v1.2.3