From e3f0157f6e5b21d52eb90cb307b234e832959e10 Mon Sep 17 00:00:00 2001 From: Kosuke Adachi Date: Fri, 19 Feb 2021 12:19:53 +0900 Subject: [Keyboard] Add new keyboard Cornelius (#11719) Co-authored-by: Drashna Jaelre Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/foostan/cornelius/cornelius.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/foostan/cornelius/cornelius.c (limited to 'keyboards/foostan/cornelius/cornelius.c') diff --git a/keyboards/foostan/cornelius/cornelius.c b/keyboards/foostan/cornelius/cornelius.c new file mode 100644 index 0000000000..6ff9555d37 --- /dev/null +++ b/keyboards/foostan/cornelius/cornelius.c @@ -0,0 +1,17 @@ +/* Copyright 2020 foostan + * + * 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 "cornelius.h" -- cgit v1.2.3