diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-23 02:03:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-23 02:03:09 +0000 |
commit | 08b37a58bb1c6eb624fe59d863a777f87ecdb741 (patch) | |
tree | 6e4e5fd5d0261dede9488f2a668416d140154306 /keyboards/program_yoink/ortho/ortho.c | |
parent | a07c2a137708f8e2b6e1440d386569b97d613cc5 (diff) | |
parent | 3a7573436ae6ab20973389a4051a8785399539f2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/program_yoink/ortho/ortho.c')
-rw-r--r-- | keyboards/program_yoink/ortho/ortho.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/program_yoink/ortho/ortho.c b/keyboards/program_yoink/ortho/ortho.c new file mode 100644 index 0000000000..a8e1b732a9 --- /dev/null +++ b/keyboards/program_yoink/ortho/ortho.c @@ -0,0 +1,17 @@ +/* Copyright 2020 melonbred + * + * 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 "ortho.h" |