diff options
author | DeskDaily <65656486+DeskDaily@users.noreply.github.com> | 2022-07-02 20:53:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 22:53:01 +1000 |
commit | d66b5db1d621fc26fcb6afbd55689eae59be4118 (patch) | |
tree | 66a63477b72307bedf259559a17b5f0d1587ff87 /keyboards/nightly_boards/paraluman/paraluman.c | |
parent | 5a727dbc6dc51b2d7d90e5d2a7e99ca3435153be (diff) |
Added 3 new keyboards (#17314)
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
Diffstat (limited to 'keyboards/nightly_boards/paraluman/paraluman.c')
-rw-r--r-- | keyboards/nightly_boards/paraluman/paraluman.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/paraluman/paraluman.c b/keyboards/nightly_boards/paraluman/paraluman.c new file mode 100644 index 0000000000..00769d9380 --- /dev/null +++ b/keyboards/nightly_boards/paraluman/paraluman.c @@ -0,0 +1,17 @@ +/* Copyright 2020 DeskDaily + * + * 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 "paraluman.h" |