diff options
author | Felix Jen <fjen@felixjen.com> | 2022-04-29 02:06:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 00:06:49 -0700 |
commit | 3e9fec5dccb7eacfc2ccdadea0cda4cf4a3d623f (patch) | |
tree | 26a603f36a929cb54e8098a9f83323670e79820a /keyboards/fjlabs/solanis/solanis.c | |
parent | ff4a6a2fd7301ad04dd89e6beadb1f36677215c3 (diff) |
[Keyboard] Solanis H87C/H88C Compatible Replacement PCBs (#16942)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/fjlabs/solanis/solanis.c')
-rw-r--r-- | keyboards/fjlabs/solanis/solanis.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fjlabs/solanis/solanis.c b/keyboards/fjlabs/solanis/solanis.c new file mode 100644 index 0000000000..3104ff485e --- /dev/null +++ b/keyboards/fjlabs/solanis/solanis.c @@ -0,0 +1,14 @@ +/* +Copyright 2022 <felix@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 "solanis.h" |