diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-29 04:49:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-29 04:49:22 +0000 |
commit | 7ef6c179e44632840dac7c8c6896becdf60b9e48 (patch) | |
tree | 9ebf88e3fd663fbbf186844471c540b4409a5736 /keyboards/handwired/stef9998/split_5x7/rev1/rev1.c | |
parent | 2b8d7af94110da0bda75b69f0f9ba4dbe43ecd41 (diff) | |
parent | 56b93a3ad8d40e17f0ee37728cf1b59f576123b4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/stef9998/split_5x7/rev1/rev1.c')
-rw-r--r-- | keyboards/handwired/stef9998/split_5x7/rev1/rev1.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/stef9998/split_5x7/rev1/rev1.c b/keyboards/handwired/stef9998/split_5x7/rev1/rev1.c new file mode 100644 index 0000000000..cf8e7d9fa3 --- /dev/null +++ b/keyboards/handwired/stef9998/split_5x7/rev1/rev1.c @@ -0,0 +1,17 @@ +/* +Copyright 2022 stef9998 + +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 "split_5x7.h" |