diff options
author | Matthew Dias <matthewdias@me.com> | 2021-07-30 12:01:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 10:01:43 -0700 |
commit | cfca9707182aa832bb1c3aa2e93ce3cf749c63e9 (patch) | |
tree | 2d045ac04417da5dba8df69d6661fa96a1758b31 /keyboards/portal_66/portal_66.c | |
parent | 1e2408af915b7e79749ae5f51134a1032ba70313 (diff) |
[Keyboard] Add portal 66 (#13767)
Diffstat (limited to 'keyboards/portal_66/portal_66.c')
-rw-r--r-- | keyboards/portal_66/portal_66.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/portal_66/portal_66.c b/keyboards/portal_66/portal_66.c new file mode 100644 index 0000000000..a53989f948 --- /dev/null +++ b/keyboards/portal_66/portal_66.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Matthew Dias + * + * 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 "portal_66.h" |