diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-07 17:09:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-07 17:09:55 +0000 |
commit | ffd768dfbcb784e7aa5bb92054f0e7fccab37a50 (patch) | |
tree | 3ba4cf690e4c82ba494aee760bc49010b5033421 /keyboards/nknl7jp/nknl7jp.c | |
parent | 380e1a28c927e9469f917167dd2b804743f9e081 (diff) | |
parent | 74145dc7ae297fcd2e9abcdc9432949c7c627ce6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nknl7jp/nknl7jp.c')
-rw-r--r-- | keyboards/nknl7jp/nknl7jp.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/nknl7jp/nknl7jp.c b/keyboards/nknl7jp/nknl7jp.c new file mode 100644 index 0000000000..0395a3b678 --- /dev/null +++ b/keyboards/nknl7jp/nknl7jp.c @@ -0,0 +1,18 @@ +/* +Copyright 2021 Salicylic_Acid + +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 "nknl7jp.h" |