diff options
| author | Lukas Alexandre <the.lukelex@gmail.com> | 2020-11-14 23:33:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 14:33:51 -0800 |
| commit | a7afaa36a1ed7749b7374106ff0ddab2a3a221b5 (patch) | |
| tree | c5747d6cb656c2012be63f526890fc21f36f2078 /keyboards/foxlab/time80/time80.c | |
| parent | d7c1b890f18418248658d48c9eac5df37091a1f2 (diff) | |
| download | qmk_firmware-a7afaa36a1ed7749b7374106ff0ddab2a3a221b5.tar.gz qmk_firmware-a7afaa36a1ed7749b7374106ff0ddab2a3a221b5.zip | |
[Keyboard] Time 80 TKL by Fox Lab (#10851)
* Porting Time 80 TKL
* Update keyboards/foxlab/key65/hotswap/readme.md
* Update keyboards/foxlab/time80/rules.mk
* Update keyboards/foxlab/time80/config.h
* Update keyboards/foxlab/time80/readme.md
* Update keyboards/foxlab/time80/readme.md
* Update keyboards/foxlab/time80/config.h
* Use LAYOUT_all
* Fixing placement of shortcuts
Diffstat (limited to 'keyboards/foxlab/time80/time80.c')
| -rw-r--r-- | keyboards/foxlab/time80/time80.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/foxlab/time80/time80.c b/keyboards/foxlab/time80/time80.c new file mode 100644 index 000000000..d2cf8cef2 --- /dev/null +++ b/keyboards/foxlab/time80/time80.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2020 Lukas Alexander | ||
| 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 "time80.h" | ||
