summaryrefslogtreecommitdiff
path: root/keyboards/hotdox/config.h
diff options
context:
space:
mode:
authorunicorn855 <truth_of_spirit@yahoo.ca>2020-06-18 06:52:33 +0200
committerGitHub <noreply@github.com>2020-06-17 21:52:33 -0700
commit67f374029df96bec9f5adc26e23a7d7e1139a129 (patch)
tree8fe80849e7b1a2ef28ce9f3da3951e679dc98b24 /keyboards/hotdox/config.h
parent30fd69886dcf069a4e0d2c02ce18803500fcad2e (diff)
[Keyboard] added VIA support for HotDox (#9377)
* added VIA support for HotDox * Update keyboards/hotdox/keymaps/via/keymap.c Thank you drashna :) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/hotdox/config.h')
-rw-r--r--keyboards/hotdox/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/hotdox/config.h b/keyboards/hotdox/config.h
index ed15f4bb4a..db162a0f7a 100644
--- a/keyboards/hotdox/config.h
+++ b/keyboards/hotdox/config.h
@@ -3,12 +3,12 @@
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0xE11D
+#define VENDOR_ID 0x414B // 'AK' Alpaca Keyboards
+#define PRODUCT_ID 0x0001 // sequentially numbered
#define DEVICE_VER 0x0001
#define MANUFACTURER Z.P.Z.O.
-#define PRODUCT HotDox
+#define PRODUCT Alpaca Keyboards HotDox
#define DESCRIPTION QMK keyboard firmware for HotDox
/* key matrix size */