diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-17 06:50:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-17 06:50:58 +0000 |
commit | d4ac56226d241e349e54b3d6c4eaab4f8dae6b00 (patch) | |
tree | b7fb21c5e5f67e4da829fa50216c3c8148a01688 /keyboards/tszaboo/ortho4exent/ortho4exent.c | |
parent | 29589ce83264ac6be11481b8955f67db909a7a24 (diff) | |
parent | 8a2d3a8861588646c8563dfde080e49358faa245 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tszaboo/ortho4exent/ortho4exent.c')
-rw-r--r-- | keyboards/tszaboo/ortho4exent/ortho4exent.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/tszaboo/ortho4exent/ortho4exent.c b/keyboards/tszaboo/ortho4exent/ortho4exent.c new file mode 100644 index 0000000000..b6ef9fedcf --- /dev/null +++ b/keyboards/tszaboo/ortho4exent/ortho4exent.c @@ -0,0 +1,16 @@ +/* Copyright 2021 tszaboo + * + * 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 "ortho4exent.h" |