X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fatreus%2Fconfig.h;h=b1559a29d8e5509e279f009823787dc67d35efa4;hb=901edea9275b02acd02abb8257b6b33a217fce0c;hp=51162cde3af0152268a979c2eedec914642ad2c7;hpb=b49d7800aeae1009b39b2bff2121864425e73ce9;p=qmk_firmware.git diff --git a/keyboards/atreus/config.h b/keyboards/atreus/config.h index 51162cde3..b1559a29d 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 @@ -59,18 +59,13 @@ along with this program. If not, see . //#define BACKLIGHT_LEVELS 3 /* Set 0 if debouncing isn't needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCE 5 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* 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.