X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fuk78%2Fconfig.h;h=879360773faac60c96cc069d3552f9d4702b61e3;hb=dd1790c1b3a840ba541751e605106236816ba877;hp=859fbf90ff11117858327b051e0f7c12af51d9f1;hpb=d18df8ef7a7e0528a29fdc96d4843ace54605121;p=qmk_firmware.git diff --git a/keyboards/uk78/config.h b/keyboards/uk78/config.h index 859fbf90f..879360773 100644 --- a/keyboards/uk78/config.h +++ b/keyboards/uk78/config.h @@ -1,5 +1,5 @@ /* -Copyright 2012 Jun Wako +Copyright 2017 Ruari Armstrong This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ along with this program. If not, see . #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 @@ -55,14 +55,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)) \ -) - -/* prevent stuck modifiers */ -#define PREVENT_STUCK_MODIFIERS - /* ws2812b options */ #define RGB_DI_PIN F6 #ifdef RGB_DI_PIN @@ -73,4 +65,4 @@ along with this program. If not, see . #define RGBLIGHT_VAL_STEP 8 #endif -#endif \ No newline at end of file +#endif