diff options
author | Brandon <brandon.abr@hotmail.com> | 2020-07-08 15:47:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 21:47:35 +0100 |
commit | 83e1b9ab6eee3ff11b58a905ea2015f92a724cf0 (patch) | |
tree | 687edb40fce56c02a1ae3cb77a0cdd0457e51bbd /keyboards/nightmare/config.h | |
parent | ca598c3df6847256bb884479ac10e2dcff22b599 (diff) |
Added VIA support to nightmare (#9672)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/nightmare/config.h')
-rw-r--r-- | keyboards/nightmare/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/nightmare/config.h b/keyboards/nightmare/config.h index fafba644dd..29ab97c14f 100644 --- a/keyboards/nightmare/config.h +++ b/keyboards/nightmare/config.h @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xB00B -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x434B // "CK" +#define PRODUCT_ID 0x4E49 // "NI" #define DEVICE_VER 0x0001 #define MANUFACTURER cfbender #define PRODUCT nightmare |