diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-04 17:30:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-04 17:30:54 +0000 |
commit | 3a703b4fe7dc32b29ec97758974621934b2a1707 (patch) | |
tree | bd68cbfc8b897f6ca19870682e9ea7813ca8a4cf /keyboards/ilumkb/primus75/primus75.c | |
parent | bcb780fe0217a9e27c45e18af321f3feb93f41b4 (diff) | |
parent | 908b20313c33b6227921d8db8b3a716362596746 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ilumkb/primus75/primus75.c')
-rw-r--r-- | keyboards/ilumkb/primus75/primus75.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/ilumkb/primus75/primus75.c b/keyboards/ilumkb/primus75/primus75.c new file mode 100644 index 0000000000..49d76a0a88 --- /dev/null +++ b/keyboards/ilumkb/primus75/primus75.c @@ -0,0 +1,16 @@ +/* Copyright 2021 dztech + * + * 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 "primus75.h" |