diff options
author | werther <werther@mailbox.org> | 2022-01-09 21:08:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 12:08:18 -0800 |
commit | 1ed5c48d939ce711977e345bd127ec10415ae6af (patch) | |
tree | 97652713446ec994871f1511fbbc2a23e2cc4742 /keyboards/id67/default_rgb/default_rgb.c | |
parent | ec78acae690ae8b6122132b810ce663604cd8b9b (diff) |
[Keyboard] Add RGB Matrix support to id67 and add thewerther keymap (#15558)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: sigprof and fauxpark
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/id67/default_rgb/default_rgb.c')
-rw-r--r-- | keyboards/id67/default_rgb/default_rgb.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/id67/default_rgb/default_rgb.c b/keyboards/id67/default_rgb/default_rgb.c new file mode 100644 index 0000000000..972b0b8b06 --- /dev/null +++ b/keyboards/id67/default_rgb/default_rgb.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Tybera + * + * 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 "default_rgb.h" |