X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fvision_division%2Fconfig.h;h=c80a011e2aad692c5bbd133cff1eb9a9e8bcd5e2;hb=fd698c43d78ebbc42c1eb2bec74078b791616ad1;hp=93c9606712a1d24298ca031dbc059e31bc80da3e;hpb=a0fdb6b81aa33c493bc4fccab178fcbe02231578;p=qmk_firmware.git diff --git a/keyboards/vision_division/config.h b/keyboards/vision_division/config.h index 93c960671..c80a011e2 100644 --- a/keyboards/vision_division/config.h +++ b/keyboards/vision_division/config.h @@ -22,7 +22,6 @@ along with this program. If not, see . // Due to the configurability of this keyboard, matrix sizes are determined in the keymap's config.h - /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL @@ -31,7 +30,7 @@ along with this program. If not, see . #define BACKLIGHT_LEVELS 3 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCING_DELAY 0 #define MATRIX_MASKED @@ -78,11 +77,6 @@ along with this program. If not, see . * */ -/* key combination for magic key command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - /* control how magic key switches layers */ //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true @@ -137,7 +131,6 @@ along with this program. If not, see . /* Only print user print statements */ // #define USER_PRINT - /* disable action features */ //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING