From 585b134729a5a66015f379127e4ff8b06430498c Mon Sep 17 00:00:00 2001 From: Matt Chan <5021+mattchan@users.noreply.github.com> Date: Sun, 28 Aug 2022 13:12:18 -0400 Subject: [Keyboard] Add Kegen G-Boy (#18048) Co-authored-by: Drashna Jaelre --- keyboards/kegen/gboy/gboy.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/kegen/gboy/gboy.c (limited to 'keyboards/kegen/gboy/gboy.c') diff --git a/keyboards/kegen/gboy/gboy.c b/keyboards/kegen/gboy/gboy.c new file mode 100644 index 0000000000..cd6869748d --- /dev/null +++ b/keyboards/kegen/gboy/gboy.c @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2022 Matt Chan + * + * 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 3 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 "gboy.h" -- cgit v1.2.3