diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-14 04:36:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-14 04:36:39 +0000 |
commit | 811e0155ef2760db05350cc9c1a8718fbb6a2b99 (patch) | |
tree | d53638baca53fb7de96f2afe410cdbfec480f3bd /keyboards/hp69/hp69.c | |
parent | 605d7c3ca2175b0797e987ea31a526b1c9f1790b (diff) | |
parent | 73235e7ca0295d2a0dc2d12c1e68fcb7a3ea3641 (diff) | |
download | qmk_firmware-811e0155ef2760db05350cc9c1a8718fbb6a2b99.tar.gz qmk_firmware-811e0155ef2760db05350cc9c1a8718fbb6a2b99.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hp69/hp69.c')
-rw-r--r-- | keyboards/hp69/hp69.c | 16 |
1 files changed, 16 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + */ +#include "hp69.h" |