From 73235e7ca0295d2a0dc2d12c1e68fcb7a3ea3641 Mon Sep 17 00:00:00 2001 From: Ananya Kirti Date: Thu, 14 Jan 2021 10:06:00 +0530 Subject: [Keyboard] Add support for hp69 (#11339) * init init * Update keyboards/hp69/config.h Co-authored-by: Joel Challis * Update keyboards/hp69/keymaps/via/rules.mk Co-authored-by: Joel Challis * Update keyboards/hp69/rules.mk Co-authored-by: Joel Challis * re-added audio support re-added audio support * Update keyboards/hp69/readme.md reduced the size of the default image Co-authored-by: Ryan * Update keyboards/hp69/readme.md Co-authored-by: Ryan * Update keyboards/hp69/info.json Co-authored-by: Ryan Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/hp69/hp69.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/hp69/hp69.c (limited to 'keyboards/hp69/hp69.c') diff --git a/keyboards/hp69/hp69.c b/keyboards/hp69/hp69.c new file mode 100644 index 0000000000..d9a78e3d83 --- /dev/null +++ b/keyboards/hp69/hp69.c @@ -0,0 +1,16 @@ +/* Copyright 2020 Ananya Kirti + * + * 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 "hp69.h" -- cgit v1.2.3