diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-27 05:22:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-27 05:22:29 +0000 |
commit | 69604e175033a7b6eaf8d3fcaab6b3aa4c077b95 (patch) | |
tree | 3f8930bf62d8b120ac48dd9afd07612a745f47cb /keyboards/nopunin10did/jabberwocky/jabberwocky.c | |
parent | 06aea834c420d5c11bbcf64d37596cb0cee9af98 (diff) | |
parent | 7e14f85dd50e3d0ec04fd6a7a5dc6549b79c0767 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nopunin10did/jabberwocky/jabberwocky.c')
-rw-r--r-- | keyboards/nopunin10did/jabberwocky/jabberwocky.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/nopunin10did/jabberwocky/jabberwocky.c b/keyboards/nopunin10did/jabberwocky/jabberwocky.c new file mode 100644 index 0000000000..daf85248c5 --- /dev/null +++ b/keyboards/nopunin10did/jabberwocky/jabberwocky.c @@ -0,0 +1,17 @@ +/* Copyright 2021 W. Alex Ronke, a.k.a. NoPunIn10Did (w.alex.ronke@gmail.com) + * + * 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 "jabberwocky.h" |