diff options
author | Felix Jen <fjen@felixjen.com> | 2022-04-23 15:56:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 13:56:58 -0700 |
commit | 857178e779f8215e0aec0e1eb40cb86e735092de (patch) | |
tree | 83c6b17d7eab878c2a5193ad5f2ca1211c22bc88 /keyboards/skippys_custom_pcs/rooboard65/rooboard65.c | |
parent | d9737349769a8bd2198733a81c1c74bd7db82c3a (diff) |
[Keyboard] Add Rooboard 65 (#15294)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/skippys_custom_pcs/rooboard65/rooboard65.c')
-rw-r--r-- | keyboards/skippys_custom_pcs/rooboard65/rooboard65.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/skippys_custom_pcs/rooboard65/rooboard65.c b/keyboards/skippys_custom_pcs/rooboard65/rooboard65.c new file mode 100644 index 0000000000..a97cc2307b --- /dev/null +++ b/keyboards/skippys_custom_pcs/rooboard65/rooboard65.c @@ -0,0 +1,14 @@ +/* +Copyright 2021 <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 "rooboard65.h" |