diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 12:53:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 12:53:52 +0000 |
commit | 414a387f221ffb7ec98dc8ca39839998785f3a53 (patch) | |
tree | cb6d621b8a7e940d717ddeee41ba8ce111a5953e /keyboards/nightly_boards/paraluman/paraluman.c | |
parent | 84d9996b6d40d57c20ba2017977ebac6b0c224ab (diff) | |
parent | d66b5db1d621fc26fcb6afbd55689eae59be4118 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |