X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Ffour_banger%2Fconfig.h;h=761ddba715169b5e8d88694140a4a42bcc60512b;hb=d977daa8dc9136746425f9e1414e1f93cb161877;hp=96011cbdfa80bbbf71a34da8a59270579150af11;hpb=dc7d0c7b7442b87600352e083e3da4a08cb2d069;p=qmk_firmware.git diff --git a/keyboards/four_banger/config.h b/keyboards/four_banger/config.h index 96011cbdf..761ddba71 100644 --- a/keyboards/four_banger/config.h +++ b/keyboards/four_banger/config.h @@ -40,12 +40,9 @@ /* key combination for command */ #define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ + keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ ) -/* prevent stuck modifiers */ -#define PREVENT_STUCK_MODIFIERS - #define RGB_DI_PIN E6 #ifdef RGB_DI_PIN #define RGBLIGHT_ANIMATIONS @@ -55,4 +52,4 @@ #define RGBLIGHT_VAL_STEP 8 #endif -#endif \ No newline at end of file +#endif