From 2f936420ddaffed0d1a22b94b4d666225466193a Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Tue, 17 Mar 2020 21:51:47 +0100 Subject: [Keyboard] Add sick68 keyboard (#8400) * add sick68 keyboard * relocate to keyboards/handwired/sick68 * Apply suggestions from code review * delete config.h because was emply * Apply suggestions from code review --- keyboards/handwired/sick68/sick68.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/handwired/sick68/sick68.c (limited to 'keyboards/handwired/sick68/sick68.c') diff --git a/keyboards/handwired/sick68/sick68.c b/keyboards/handwired/sick68/sick68.c new file mode 100644 index 0000000000..c1f37824ca --- /dev/null +++ b/keyboards/handwired/sick68/sick68.c @@ -0,0 +1,17 @@ +/* Copyright 2020 umbynos + * + * 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 "sick68.h" -- cgit v1.2.3