diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-18 14:26:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-18 14:26:24 +0000 |
commit | d97a9fb4ff71cb123708389896e4fa6f70e0cb42 (patch) | |
tree | b037e6b6862150e107f33700607092588e47a712 /keyboards/xelus/pachi/pachi.c | |
parent | 6d050b728244dfeb705370f967ae998ded567746 (diff) | |
parent | a5576f97386c6e20d7738eccc3637b334b40cca9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/pachi/pachi.c')
-rw-r--r-- | keyboards/xelus/pachi/pachi.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/xelus/pachi/pachi.c b/keyboards/xelus/pachi/pachi.c new file mode 100644 index 0000000000..5dd5302545 --- /dev/null +++ b/keyboards/xelus/pachi/pachi.c @@ -0,0 +1,18 @@ +/* Copyright 2021 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 "pachi.h" + |