summaryrefslogtreecommitdiffstats
path: root/keyboards/duck/octagon/v1/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-18 03:19:09 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-18 03:19:09 +0100
commitade6f8e71a065efe8f30bb5fa42ac398b9aa6e78 (patch)
treea74ad78d413a80c3557dd078b577b5f46332b395 /keyboards/duck/octagon/v1/config.h
parentdb8d68acdcdb009fc2a9d773a7d2c07992a46933 (diff)
downloadqmk_firmware-ade6f8e71a065efe8f30bb5fa42ac398b9aa6e78.tar.gz
qmk_firmware-ade6f8e71a065efe8f30bb5fa42ac398b9aa6e78.tar.xz
[Keyboard] update VENDOR_ID, PRODUCT_ID, and DEVICE_VER for Duck boards (#4612)
* change VENDOR_ID, PRODUCT_ID, and DEVICE_VER as step one in getting VIA support * fix v1 product id * VIA doesn't use the version, so we need to encode it into PRODUCT_ID
Diffstat (limited to 'keyboards/duck/octagon/v1/config.h')
-rw-r--r--keyboards/duck/octagon/v1/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/duck/octagon/v1/config.h b/keyboards/duck/octagon/v1/config.h
index fbbc8999b..a2b3d6413 100644
--- a/keyboards/duck/octagon/v1/config.h
+++ b/keyboards/duck/octagon/v1/config.h
@@ -21,9 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6050
-#define DEVICE_VER 0x0104
+#define VENDOR_ID 0x444B // Duck ("DK")
+#define PRODUCT_ID 0x4F31 // Octagon V1 ("O1")
+#define DEVICE_VER 0x0001
#define MANUFACTURER Duck
#define PRODUCT Octagon V1
#define DESCRIPTION Duck Octagon V1