diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-20 00:13:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-20 00:13:10 +0000 |
commit | 9d547a8443322afb2a4034168abd98e23397dbff (patch) | |
tree | 4f3aeca2b952d2dc92a8d74b72d284d8b50e1188 /keyboards/nckiibs/waaffle/rev3/rev3.c | |
parent | c2dc3008b5fb87ad81de6c30f7923a95a3fcf4d7 (diff) | |
parent | 0ab88f534227f908ed7ab6f4e20f83a8a19b2423 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nckiibs/waaffle/rev3/rev3.c')
-rw-r--r-- | keyboards/nckiibs/waaffle/rev3/rev3.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/nckiibs/waaffle/rev3/rev3.c b/keyboards/nckiibs/waaffle/rev3/rev3.c new file mode 100644 index 0000000000..bf7f5a1099 --- /dev/null +++ b/keyboards/nckiibs/waaffle/rev3/rev3.c @@ -0,0 +1,17 @@ +/* Copyright 2020 noclew + * + * 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 "rev3.h" |