diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-15 17:42:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-15 17:42:47 +0000 |
commit | 56d193c5c8f0a00f63ef0c9afb7791dc537dc4d2 (patch) | |
tree | 131895201ce7383e3ea54e3ab84895b8b2ee1df8 /keyboards/tkw/grandiceps/grandiceps.c | |
parent | c3a2a7659eb3279e8480972edf8da6f10897c000 (diff) | |
parent | 926389f3a700ac2cde66b1b982525cd1e7b1a200 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tkw/grandiceps/grandiceps.c')
-rw-r--r-- | keyboards/tkw/grandiceps/grandiceps.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/tkw/grandiceps/grandiceps.c b/keyboards/tkw/grandiceps/grandiceps.c new file mode 100644 index 0000000000..bfb67dfc2c --- /dev/null +++ b/keyboards/tkw/grandiceps/grandiceps.c @@ -0,0 +1,16 @@ +/* Copyright 2020 Thys de Wet + * + * 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 "grandiceps.h" |