diff options
author | takashicompany <t@kashi.company> | 2021-12-11 15:46:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 22:46:53 -0800 |
commit | fb93869af0bb589237079fdd2e8245b10af0d045 (patch) | |
tree | cdae31b8fd13cc86321e45cbdf84415c0618ccc7 /keyboards/takashicompany/radialex/radialex.c | |
parent | 0dc2bdbcb0fda1dd9576ddcb1d1774d91a46a17c (diff) |
[Keyboard] add Radialex (#14949)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: takashicompany <takashicompany@TMPB2021.local>
Diffstat (limited to 'keyboards/takashicompany/radialex/radialex.c')
-rw-r--r-- | keyboards/takashicompany/radialex/radialex.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/takashicompany/radialex/radialex.c b/keyboards/takashicompany/radialex/radialex.c new file mode 100644 index 0000000000..9146106973 --- /dev/null +++ b/keyboards/takashicompany/radialex/radialex.c @@ -0,0 +1,17 @@ +/* Copyright 2021 takashicompany + * + * 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 "radialex.h" |