diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-13 17:31:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-13 17:31:22 +0000 |
commit | 2df28c1850ebbafac78e70b3cdad9226f040b19f (patch) | |
tree | 5f38d16b97bc6eb8e5b362dcc966043da80d9d8c /keyboards/jels/jels60/jels60.c | |
parent | e226a70adc8e7db77ff5f9119f9c1d71a9e81d86 (diff) | |
parent | 109c60feeb24081f6bcc78276d7426c5340f2822 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/jels/jels60/jels60.c')
-rw-r--r-- | keyboards/jels/jels60/jels60.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/jels/jels60/jels60.c b/keyboards/jels/jels60/jels60.c new file mode 100644 index 0000000000..6e8fd58da8 --- /dev/null +++ b/keyboards/jels/jels60/jels60.c @@ -0,0 +1,21 @@ + /* Copyright 2022 Joah Nelson (Jels) + * + * 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 "jels60.h" + + + + |