diff options
author | QMK Bot <hello@qmk.fm> | 2022-11-20 07:32:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-11-20 07:32:08 +0000 |
commit | deca2069dcd23e53bd19f4aff659bbe80366ab81 (patch) | |
tree | b3ef995ebf815e4a19bda61b1ad7377356486d9d /keyboards/xelus/xs108/xs108.c | |
parent | 4b99336c4bf8ee4416a0d3d08097b7286a5356d3 (diff) | |
parent | e172148e466830af974bfc4d036323b2bc194dbc (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |