From b63114ea2963b2c6391176329e8ef6381b16aea2 Mon Sep 17 00:00:00 2001 From: Rifaa Subekti <68178825+oceeean@users.noreply.github.com> Date: Tue, 31 Aug 2021 02:28:54 +0800 Subject: [Keyboard] add slamz keyboard (#14188) Co-authored-by: Ryan --- keyboards/ocean/slamz/slamz.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/ocean/slamz/slamz.c (limited to 'keyboards/ocean/slamz/slamz.c') diff --git a/keyboards/ocean/slamz/slamz.c b/keyboards/ocean/slamz/slamz.c new file mode 100644 index 0000000000..fbfca8831a --- /dev/null +++ b/keyboards/ocean/slamz/slamz.c @@ -0,0 +1,15 @@ +/* Copyright 2021 Ocean + * 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 "slamz.h" -- cgit v1.2.3