diff options
author | Josh Johnson <josh@joshajohnson.com> | 2021-01-14 17:46:07 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 22:46:07 -0800 |
commit | 5dfb6459df31ce1ca7dcbe57587733995a33de66 (patch) | |
tree | dc58645801993f7ed02bb828d6c03261c7971213 /keyboards/hub20/hub20.c | |
parent | d97d4794e050f2b7397e1ff586d91cdfb3c7d02b (diff) |
[Keyboard] Add Hub20 keyboard (#11497)
* add Hub20 support
* Keymap formatting cleanup
Co-authored-by: Ryan <fauxpark@gmail.com>
* Delete bootloader_defs.h as no longer required
* Correct make / flashing example
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/hub20/hub20.c')
-rw-r--r-- | keyboards/hub20/hub20.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/hub20/hub20.c b/keyboards/hub20/hub20.c new file mode 100644 index 0000000000..306ab788d9 --- /dev/null +++ b/keyboards/hub20/hub20.c @@ -0,0 +1,18 @@ +/* Copyright 2020 joshajohnson + * + * 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 "hub20.h" + |