diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2022-11-20 18:31:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 23:31:02 -0800 |
commit | e172148e466830af974bfc4d036323b2bc194dbc (patch) | |
tree | f6343cb8d3dff85624d81fae2aec3969d2590c33 /keyboards/xelus/xs108/xs108.c | |
parent | 0f6a4edfb2c3d274547476a1209fa9617d3423f8 (diff) |
[Keyboard] Add XS108 (#19112)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/xelus/xs108/xs108.c')
-rw-r--r-- | keyboards/xelus/xs108/xs108.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/xelus/xs108/xs108.c b/keyboards/xelus/xs108/xs108.c new file mode 100644 index 0000000000..41084d7be1 --- /dev/null +++ b/keyboards/xelus/xs108/xs108.c @@ -0,0 +1,17 @@ +/* Copyright 2022 Harrison Chan (Xelus) + * + * 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 "xs108.h" |