From 52af38da37078ad55095734fe7e4eb2c813b3ca5 Mon Sep 17 00:00:00 2001 From: Michele Ferri Date: Sun, 26 Apr 2020 00:45:55 +0200 Subject: [Keyboard] Add pimentoso/paddino02 (#8756) * added pimentoso/paddino02 * pimentoso/paddino02 fix config * pimentoso/paddino02 fix right handed keymap * pimentoso/paddino02 fix readme * pimentoso/paddino02 code style * pimentoso/paddino02 code style * pimentoso/paddino02 code style * pimentoso/paddino02 fix readme * pimentoso/paddino02 code style * pimentoso/paddino02 code style --- keyboards/pimentoso/paddino02/rev1/rev1.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/pimentoso/paddino02/rev1/rev1.c (limited to 'keyboards/pimentoso/paddino02/rev1/rev1.c') diff --git a/keyboards/pimentoso/paddino02/rev1/rev1.c b/keyboards/pimentoso/paddino02/rev1/rev1.c new file mode 100644 index 0000000000..9ebd22df79 --- /dev/null +++ b/keyboards/pimentoso/paddino02/rev1/rev1.c @@ -0,0 +1,16 @@ +/* Copyright 2020 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 "rev1.h" -- cgit v1.2.1