diff options
author | Lex Brugman <lexbrugman@users.noreply.github.com> | 2022-11-20 09:28:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 00:28:35 -0800 |
commit | 66e4add9725bac525f9ca6e9e44ccbab2ded5412 (patch) | |
tree | cfaa99efb9627524a2a6ab30e6c51aa9c9fbbf47 /keyboards/kbdfans/odin/v2/v2.c | |
parent | 7357426bc3fbbd47893599af2a6623b66d07c9bb (diff) |
[Keyboard] Add support for KBDfans Odin V2 (#18910)
Diffstat (limited to 'keyboards/kbdfans/odin/v2/v2.c')
-rw-r--r-- | keyboards/kbdfans/odin/v2/v2.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kbdfans/odin/v2/v2.c b/keyboards/kbdfans/odin/v2/v2.c new file mode 100644 index 0000000000..42cbbc301a --- /dev/null +++ b/keyboards/kbdfans/odin/v2/v2.c @@ -0,0 +1,17 @@ +/* Copyright 2022 lexbrugman + * + * 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 "v2.h" |