diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2019-12-26 12:39:09 -0500 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-12-26 09:39:09 -0800 |
commit | a14339e75215ba5562483f25260683c64abaaf85 (patch) | |
tree | 046860be22ed7962790a1ac627489ca061fc9d60 /keyboards/hineybush/h75_singa/h75_singa.c | |
parent | cfbb848e03a113c65dd7fb01133a2049dbef6542 (diff) |
Add h75-singa ver. (#7667)
* add h75_singa
* delete some stuff
* update to remove extra crap
Diffstat (limited to 'keyboards/hineybush/h75_singa/h75_singa.c')
-rw-r--r-- | keyboards/hineybush/h75_singa/h75_singa.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/hineybush/h75_singa/h75_singa.c b/keyboards/hineybush/h75_singa/h75_singa.c new file mode 100644 index 0000000000..e2de94a433 --- /dev/null +++ b/keyboards/hineybush/h75_singa/h75_singa.c @@ -0,0 +1,17 @@ +/* Copyright 2019 hineybush + * + * 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 "h75_singa.h" |