diff options
author | Drashna Jaelre <drashna@live.com> | 2021-08-19 21:26:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 21:26:37 -0700 |
commit | 37b5ead17d55d893d8639acd402cb4907ff4cc2c (patch) | |
tree | b94ed5a4b0bc94d3e06a59aa20e855c973453bb0 /keyboards/space_space/rev1/rev1.c | |
parent | cc0ae9cc4ceaf3bdd5d33e1d410b319db617c4eb (diff) | |
download | qmk_firmware-37b5ead17d55d893d8639acd402cb4907ff4cc2c.tar.gz qmk_firmware-37b5ead17d55d893d8639acd402cb4907ff4cc2c.zip |
[Keyboard] Fix space_space rev1 keyboard files (#14087)
Diffstat (limited to 'keyboards/space_space/rev1/rev1.c')
-rw-r--r-- | keyboards/space_space/rev1/rev1.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/space_space/rev1/rev1.c b/keyboards/space_space/rev1/rev1.c new file mode 100644 index 0000000000..e639552cfb --- /dev/null +++ b/keyboards/space_space/rev1/rev1.c @@ -0,0 +1,17 @@ + +/* Copyright 2020 qpockets + * + * 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 "rev1.h" |