diff options
author | Alexis Jeandeau <alexis.jeandeau@gmail.com> | 2021-11-17 11:59:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 18:59:03 -0800 |
commit | 3d49069a46b42d2a0e4d8b7537ac4ccf41e6402d (patch) | |
tree | a49bd00ad8c8055732b1a656f953d0d7e10d572f /keyboards/splitography/splitography.c | |
parent | 596511a959269097d640cf59fa0ad6ddb376b674 (diff) | |
download | qmk_firmware-3d49069a46b42d2a0e4d8b7537ac4ccf41e6402d.tar.gz qmk_firmware-3d49069a46b42d2a0e4d8b7537ac4ccf41e6402d.zip |
[Keyboard] Add SOFT/HRUF Splitography keyboard (#15133)
Diffstat (limited to 'keyboards/splitography/splitography.c')
-rw-r--r-- | keyboards/splitography/splitography.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/splitography/splitography.c b/keyboards/splitography/splitography.c new file mode 100644 index 000000000..4fe3452ef --- /dev/null +++ b/keyboards/splitography/splitography.c | |||
@@ -0,0 +1,17 @@ | |||
1 | /* Copyright 2021 Alexis Jeandeau | ||
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 "splitography.h" | ||