From e9c3f71e74db1a11020acef3a017f79bbedc0015 Mon Sep 17 00:00:00 2001 From: joedinkle Date: Wed, 21 Jul 2021 23:47:48 -0700 Subject: [Keyboard] add SPRH keyboard (#12999) Co-authored-by: Ryan Co-authored-by: Drashna Jaelre --- keyboards/eyeohdesigns/sprh/sprh.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/eyeohdesigns/sprh/sprh.c (limited to 'keyboards/eyeohdesigns/sprh/sprh.c') diff --git a/keyboards/eyeohdesigns/sprh/sprh.c b/keyboards/eyeohdesigns/sprh/sprh.c new file mode 100644 index 0000000000..bc7ad7b9ba --- /dev/null +++ b/keyboards/eyeohdesigns/sprh/sprh.c @@ -0,0 +1,16 @@ +/* Copyright 2021 Eye Oh Designs + * + * 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 "sprh.h" \ No newline at end of file -- cgit v1.2.3