X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Falu84%2Fconfig.h;h=130e2f1b40556706a31c7ba81a7652b52950e587;hb=01fb06af6c7d63a1338dc48d9a62e956ffcc6c3a;hp=ab71f92ba78fee152b24d09cc659822924c96700;hpb=e9f44ee96d7c89ea9c6b8a199aba7f938d826b62;p=qmk_firmware.git diff --git a/keyboards/alu84/config.h b/keyboards/alu84/config.h index ab71f92ba..130e2f1b4 100755 --- a/keyboards/alu84/config.h +++ b/keyboards/alu84/config.h @@ -21,11 +21,11 @@ /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define PRODUCT_ID 0xCA75 #define DEVICE_VER 0x0001 -#define MANUFACTURER mechkeys.ca +#define MANUFACTURER MECHKEYS #define PRODUCT ALU84 -#define DESCRIPTION A 75% keyboard +#define DESCRIPTION 75% keyboard /* key matrix size */ #define MATRIX_ROWS 6 @@ -46,7 +46,7 @@ #endif /* 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 @@ -54,14 +54,6 @@ /* 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)) \ -) - -/* prevent stuck modifiers */ -#define PREVENT_STUCK_MODIFIERS - #define RGB_DI_PIN E2 #ifdef RGB_DI_PIN #define RGBLED_NUM 16 @@ -73,4 +65,4 @@ #endif -#endif \ No newline at end of file +#endif