diff options
author | Peter Park <peterchpark@gmail.com> | 2022-10-01 10:56:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 10:56:41 -0700 |
commit | 2b3f6d0ec6bf504b0b5794bd4f1f3ed7e792a221 (patch) | |
tree | 3003d240a96c835496fd68b36653b9bb76b7b0f6 /keyboards/the_uni/rp_2040/rp_2040.c | |
parent | 0bae3b09a1ca1cd68f2979101cc9385596c7b498 (diff) |
[Keyboard] Add Uni v4 keyboard (#18280)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Peter Park <peter@Peters-MacBook-Air.local>
Diffstat (limited to 'keyboards/the_uni/rp_2040/rp_2040.c')
-rw-r--r-- | keyboards/the_uni/rp_2040/rp_2040.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/the_uni/rp_2040/rp_2040.c b/keyboards/the_uni/rp_2040/rp_2040.c new file mode 100644 index 0000000000..b032a22f42 --- /dev/null +++ b/keyboards/the_uni/rp_2040/rp_2040.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Stefan Kerkmann + * + * 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 "rp_2040.h" + |