summaryrefslogtreecommitdiff
path: root/keyboards/wekey/polaris/polaris.c
diff options
context:
space:
mode:
authorUy Bui <uybv.cntt@gmail.com>2021-09-10 02:02:45 +0900
committerGitHub <noreply@github.com>2021-09-09 10:02:45 -0700
commit22499636871ae8f0b8f2da90f801f9290fb1d186 (patch)
treec37c4947b734ed476120fe272f1017ce3a9af390 /keyboards/wekey/polaris/polaris.c
parentd6dd2e0d516a67bdc9bde2b6d1680a00c48675e4 (diff)
downloadqmk_firmware-22499636871ae8f0b8f2da90f801f9290fb1d186.tar.gz
qmk_firmware-22499636871ae8f0b8f2da90f801f9290fb1d186.zip
[Keyboard] Add custom pcb for Polaris (#14347)
* [Keyboard] pcb for Polaris * [Keyboard] pcb for Polaris: update layout * Update keyboards/wekey/polaris/info.json Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/wekey/polaris/polaris.c')
-rw-r--r--keyboards/wekey/polaris/polaris.c17
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"