diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-19 03:38:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-19 03:38:34 +0000 |
commit | 6136cd3cd9dbcbe7a1381b36b639d057633f1d2c (patch) | |
tree | 1bbeab4cfadffd22e44bdfe712c4efe38c539ea3 /keyboards/sam/s80/s80.c | |
parent | 7852f4f7ecf98a4490662cc73f76df116a860513 (diff) | |
parent | bb11e726b843330f3e7e46c805f40e34eb7a3ae3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sam/s80/s80.c')
-rw-r--r-- | keyboards/sam/s80/s80.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/sam/s80/s80.c b/keyboards/sam/s80/s80.c new file mode 100644 index 0000000000..7b56bd854e --- /dev/null +++ b/keyboards/sam/s80/s80.c @@ -0,0 +1,20 @@ +/* Copyright 2020 CMM.Studio Freather + * + * 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 "s80.h" + +// generated by KBFirmware JSON to QMK Parser +// https://noroadsleft.github.io/kbf_qmk_converter/ |