diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-08 09:46:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-08 09:46:27 +0000 |
commit | 22cb4e520abc1e1e1312c627e743ecbf1d86206b (patch) | |
tree | 3abe0118289e9181441b86dcd441966c60540f1a /keyboards/vertex/angler2/angler2.c | |
parent | 764c542befcdbaabf2be7ae50804671dd6a4d841 (diff) | |
parent | 9a3c30f2c7d69764c8b31f51296aee1afde95d70 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/vertex/angler2/angler2.c')
-rw-r--r-- | keyboards/vertex/angler2/angler2.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/vertex/angler2/angler2.c b/keyboards/vertex/angler2/angler2.c new file mode 100644 index 0000000000..a6a4d21372 --- /dev/null +++ b/keyboards/vertex/angler2/angler2.c @@ -0,0 +1,17 @@ +/* Copyright 2022 Vertex <xiaoxuxk@yeah.net> + * + * 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 "angler2.h" |