X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fatreus%2Fconfig.h;h=18c66c4e2a09173922174bdc43e0f10617a798ce;hb=3956b7c685e2501ccb6c8dd22081031986688f26;hp=51162cde3af0152268a979c2eedec914642ad2c7;hpb=475d0b23f6139b14d6eac12c9a584e6b1fb7c569;p=qmk_firmware.git diff --git a/keyboards/atreus/config.h b/keyboards/atreus/config.h index 51162cde3..18c66c4e2 100644 --- a/keyboards/atreus/config.h +++ b/keyboards/atreus/config.h @@ -22,9 +22,9 @@ along with this program. If not, see . /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 +#define VENDOR_ID 0x1209 +#define PRODUCT_ID 0xA1E5 +#define DEVICE_VER 0x0008 #define MANUFACTURER Technomancy #define PRODUCT Atreus #define DESCRIPTION q.m.k. keyboard firmware for Atreus @@ -66,11 +66,6 @@ along with this program. If not, see . /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - /* * Feature disable options * These options are also useful to firmware size reduction.