summaryrefslogtreecommitdiff
path: root/keyboards/fjlabs/polaris/polaris.c
diff options
context:
space:
mode:
authorFelix Jen <fjen@felixjen.com>2021-05-13 23:10:09 -0500
committerGitHub <noreply@github.com>2021-05-13 21:10:09 -0700
commit1d50693e1be24a626bdc6cfd031a0f6e14a33d75 (patch)
tree35f5e31cc88d884c4d3f9a4883c81ebdfa52234c /keyboards/fjlabs/polaris/polaris.c
parent937f5fe740f834bcaf1f7b05e3b389345db1c25f (diff)
[Keyboard] Added FJLabs Polaris (#12746)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/fjlabs/polaris/polaris.c')
-rw-r--r--keyboards/fjlabs/polaris/polaris.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fjlabs/polaris/polaris.c b/keyboards/fjlabs/polaris/polaris.c
new file mode 100644
index 0000000000..ff9357769c
--- /dev/null
+++ b/keyboards/fjlabs/polaris/polaris.c
@@ -0,0 +1,14 @@
+/*
+Copyright 2020 <me@fjlaboratories.com>
+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"