diff options
author | Ian Klug <ian@ianklug.com> | 2021-07-14 00:04:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 21:04:14 -0700 |
commit | 6cdba3a43724f76076b8bf1f4d0809f53e7599d9 (patch) | |
tree | 2d40a7a1f4e1178c4612e96a6325a4f3c8f11e21 /keyboards/ianklug/grooveboard/grooveboard.c | |
parent | 2fd45959555d1cf819da89da7eaf5cf071f003a3 (diff) |
[Keyboard] Add ianklug grooveboard (#13536)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ianklug/grooveboard/grooveboard.c')
-rw-r--r-- | keyboards/ianklug/grooveboard/grooveboard.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ianklug/grooveboard/grooveboard.c b/keyboards/ianklug/grooveboard/grooveboard.c new file mode 100644 index 0000000000..711e9f301d --- /dev/null +++ b/keyboards/ianklug/grooveboard/grooveboard.c @@ -0,0 +1,17 @@ +/* Copyright 2021 ianklug + * + * 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 "grooveboard.h" |