diff options
| author | Bryan Arendt <bryanarendt@gmail.com> | 2020-01-27 13:14:50 -0500 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-27 10:14:50 -0800 |
| commit | 43d2a0e167fe01b3bf7c793f421a238dc8109dc6 (patch) | |
| tree | 2aef5e36f77775d7522cb758c34cb7a35e1eb1be /keyboards/ogre/ergo_split/ergo_split.c | |
| parent | 212aeee202f1031395f56a087441c6da030afdd4 (diff) | |
| download | qmk_firmware-43d2a0e167fe01b3bf7c793f421a238dc8109dc6.tar.gz qmk_firmware-43d2a0e167fe01b3bf7c793f421a238dc8109dc6.zip | |
[Keyboard] Adds ogre ergo split (#8011)
* Adds ogre ergo split
* remove uneeded line breaks
Diffstat (limited to 'keyboards/ogre/ergo_split/ergo_split.c')
| -rw-r--r-- | keyboards/ogre/ergo_split/ergo_split.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ogre/ergo_split/ergo_split.c b/keyboards/ogre/ergo_split/ergo_split.c new file mode 100644 index 000000000..0d83a5e8e --- /dev/null +++ b/keyboards/ogre/ergo_split/ergo_split.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2020 ctrlshiftba | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include "ergo_split.h" | ||
