From be72a64cf603946102cc2144822b75fa9f92a2ec Mon Sep 17 00:00:00 2001 From: Michele Ferri Date: Mon, 9 Aug 2021 19:04:00 +0200 Subject: [Keyboard] Add TouhouPad (#13915) * Touhoupad rev 2 * cleanup for PR * fixes after review --- keyboards/pimentoso/touhoupad/touhoupad.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/pimentoso/touhoupad/touhoupad.c (limited to 'keyboards/pimentoso/touhoupad/touhoupad.c') diff --git a/keyboards/pimentoso/touhoupad/touhoupad.c b/keyboards/pimentoso/touhoupad/touhoupad.c new file mode 100644 index 0000000000..a7c7fa073f --- /dev/null +++ b/keyboards/pimentoso/touhoupad/touhoupad.c @@ -0,0 +1,16 @@ +/* Copyright 2021 Michele Ferri + * + * 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 "touhoupad.h" -- cgit v1.2.3