diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-14 04:10:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-14 04:10:46 +0000 |
commit | 36a2297deb54e9cc246f9f0697eca079f4d575a6 (patch) | |
tree | 5dd518d7199c324543a260a3c9ba54ff1551950d /keyboards/fjlabs/polaris/polaris.c | |
parent | 16014fe31c31ec53421558405fa8b96d03559344 (diff) | |
parent | 1d50693e1be24a626bdc6cfd031a0f6e14a33d75 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/fjlabs/polaris/polaris.c')
-rw-r--r-- | keyboards/fjlabs/polaris/polaris.c | 14 |
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" |