diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-22 21:16:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-22 21:16:12 +0000 |
commit | 8f5cc8d762db8a9a4ce3f41e4b66a8602f2da6f0 (patch) | |
tree | 21930fa5515abbe6126442dd13e15a9aa374be9b /keyboards/iriskeyboards/iriskeyboards.c | |
parent | 6be87836dcd6a6cb4b75bf631f8b158d72691cf9 (diff) | |
parent | 54dc6b7bf28051a44db9c5e1d2fabdfa345b5cdf (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/iriskeyboards/iriskeyboards.c')
-rw-r--r-- | keyboards/iriskeyboards/iriskeyboards.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/iriskeyboards/iriskeyboards.c b/keyboards/iriskeyboards/iriskeyboards.c new file mode 100644 index 0000000000..bee4488664 --- /dev/null +++ b/keyboards/iriskeyboards/iriskeyboards.c @@ -0,0 +1,17 @@ +/* Copyright 2021 SonOfAres + * + * 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 "iriskeyboards.h" |