diff options
author | Danny <nooges@users.noreply.github.com> | 2018-04-21 02:02:09 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-21 02:02:09 +0200 |
commit | c604cd6fd716a84432ecc66edb69d74b5d23bbad (patch) | |
tree | fcce87af81eae55cc23fbc8346dcdab8ad482f5d /keyboards/nyquist/rev1 | |
parent | 2a63e212794627ee649e4649355ecce8d1a790b8 (diff) | |
download | qmk_firmware-c604cd6fd716a84432ecc66edb69d74b5d23bbad.tar.gz qmk_firmware-c604cd6fd716a84432ecc66edb69d74b5d23bbad.tar.xz |
Add Nyquist Rev. 2 (#2414)
Diffstat (limited to 'keyboards/nyquist/rev1')
-rw-r--r-- | keyboards/nyquist/rev1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/nyquist/rev1/config.h b/keyboards/nyquist/rev1/config.h index 4430f254c..61bcb80e2 100644 --- a/keyboards/nyquist/rev1/config.h +++ b/keyboards/nyquist/rev1/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 Danny Nguyen <danny@hexwire.com> +Copyright 2017 Danny Nguyen <danny@keeb.io> 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 @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include QMK_KEYBOARD_CONFIG_H /* USB Device descriptor parameter */ -#define VENDOR_ID 0xCEEB +#define VENDOR_ID 0xCB10 #define PRODUCT_ID 0x1156 #define DEVICE_VER 0x0100 #define MANUFACTURER Keebio |