diff options
author | Michele Ferri <ferrimiche@gmail.com> | 2021-08-09 19:04:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 10:04:00 -0700 |
commit | be72a64cf603946102cc2144822b75fa9f92a2ec (patch) | |
tree | 7fa4fdbda95fc3a08a30c6b63b0018d4da4820f4 /keyboards/pimentoso/touhoupad/touhoupad.c | |
parent | e6c171bdd639fef41a68902ce5a379a0565ed99b (diff) |
[Keyboard] Add TouhouPad (#13915)
* Touhoupad rev 2
* cleanup for PR
* fixes after review
Diffstat (limited to 'keyboards/pimentoso/touhoupad/touhoupad.c')
-rw-r--r-- | keyboards/pimentoso/touhoupad/touhoupad.c | 16 |
1 files changed, 16 insertions, 0 deletions
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 <zomgsako@gmail.com> + * + * 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 <http://www.gnu.org/licenses/>. + */ +#include "touhoupad.h" |