diff options
author | Whale Mo <ncwhale@gmail.com> | 2020-08-07 13:47:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 22:47:59 -0700 |
commit | 871d35aa432f149b67d986b584bb31b80bd1573e (patch) | |
tree | 138e93f02803e89640b0d2cf55939885ea4eb932 /keyboards/whale/sk/config.h | |
parent | 2d8703f6cc61918aaefd3ce04a064a82ab238140 (diff) | |
download | qmk_firmware-871d35aa432f149b67d986b584bb31b80bd1573e.tar.gz |
[Keyboard] Add Whale's Split Keyboard(ver.3) (#9859)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/whale/sk/config.h')
-rw-r--r-- | keyboards/whale/sk/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/whale/sk/config.h b/keyboards/whale/sk/config.h new file mode 100644 index 000000000..a3989df89 --- /dev/null +++ b/keyboards/whale/sk/config.h @@ -0,0 +1,23 @@ +/* Copyright 2020 Whale Mo + * + * 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/>. + */ + +#pragma once + +#include "config_common.h" + +/* USB Device descriptor parameter */ +#define VENDOR_ID 0xFEED +#define PRODUCT_ID 0x0495 |