diff options
author | SonOfAres <80911120+SonOfAres@users.noreply.github.com> | 2021-04-22 17:15:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 17:15:28 -0400 |
commit | 54dc6b7bf28051a44db9c5e1d2fabdfa345b5cdf (patch) | |
tree | c789600dc365d96320285f0e3f060df71f6201d7 /keyboards/iriskeyboards/iriskeyboards.c | |
parent | ffa1507c2c27cf9d1e6fcceeb5a7810a8d2eae19 (diff) |
adding keyboard (#12414)
* adding keyboard
* Update keyboards/iriskeyboards/readme.md - picture size
Co-authored-by: Ryan <fauxpark@gmail.com>
* Delete iriskeyboards.json, it belongs in VIA repo
* Update info.json
* Update readme.md
* Update keyboards/iriskeyboards/keymaps/default/keymap.c
Removing unnecessary layers
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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" |