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) |
[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 0000000000..286104854b --- /dev/null +++ b/keyboards/foxlab/time_re/universal/universal.c @@ -0,0 +1,17 @@ +/* Copyright 2021 DongXing + * + * 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 "universal.h" + |