diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-09 17:03:21 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-09 17:03:21 +0000 |
commit | 767836fb9c25f6eaeaa4ebf92b3adee8b0a8e0fe (patch) | |
tree | 607f4c8c333ee507a592bb7de8080e81e72bea63 /keyboards/wekey/polaris/polaris.c | |
parent | 93387f89414cce9ebe60aba6a8525d9f78c427bd (diff) | |
parent | 22499636871ae8f0b8f2da90f801f9290fb1d186 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/wekey/polaris/polaris.c')
-rw-r--r-- | keyboards/wekey/polaris/polaris.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/wekey/polaris/polaris.c b/keyboards/wekey/polaris/polaris.c new file mode 100644 index 0000000000..413c56460e --- /dev/null +++ b/keyboards/wekey/polaris/polaris.c @@ -0,0 +1,17 @@ +/* Copyright 2021 @wekey + * + * 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 "polaris.h" |