diff options
| author | Matrix Zou <matrix.zj@qq.com> | 2021-05-04 12:40:26 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 01:40:26 -0700 |
| commit | c27a4587993c014bff3c0e0145a156b0f5d308c9 (patch) | |
| tree | f611b378aed2559c586490e85595f134baed6021 /keyboards/foxlab/time_re/universal/universal.c | |
| parent | 8ed1addd1e3ab783d86ba5d0a0935e2e7ec400f2 (diff) | |
| download | qmk_firmware-c27a4587993c014bff3c0e0145a156b0f5d308c9.tar.gz qmk_firmware-c27a4587993c014bff3c0e0145a156b0f5d308c9.zip | |
[Keyboard] added Time 80 Reforged by Fox Lab (#11996)
* [Keyboard] added Time 80 Reforged by Fox Lab
* added Time 80 Reforged by Fox Lab
* split to two sub directories for universal and hotswap pcb
* Apply suggestions from code review
* Modified codes as suggested
* update code as suggested
* rgb log light keymaps added
* update code as suggested
* enable rgblight right to TIME logo, and add keymaps for it's control
* Apply suggestions from code review
* enable built-in switch LED support
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
Diffstat (limited to 'keyboards/foxlab/time_re/universal/universal.c')
| -rw-r--r-- | keyboards/foxlab/time_re/universal/universal.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/foxlab/time_re/universal/universal.c b/keyboards/foxlab/time_re/universal/universal.c new file mode 100644 index 000000000..286104854 --- /dev/null +++ b/keyboards/foxlab/time_re/universal/universal.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2021 DongXing | ||
| 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 | #include "universal.h" | ||
| 17 | |||
