X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fbfake%2Fconfig.h;h=235181d095460713fa06962fb3cb5aa78a4dc76f;hb=e15417eca8d84403096b7604e5106a6d494564cd;hp=c52d9175b8816a5b1c574498e783de3ccfc7e91a;hpb=f2c32b3ea452827fe1378d870f519bfa6b7875e3;p=qmk_firmware.git diff --git a/keyboards/bfake/config.h b/keyboards/bfake/config.h index c52d9175b..235181d09 100644 --- a/keyboards/bfake/config.h +++ b/keyboards/bfake/config.h @@ -35,15 +35,12 @@ along with this program. If not, see . #define UNUSED_PINS #define DIODE_DIRECTION COL2ROW -#define DEBOUNCING_DELAY 5 - +#define DEBOUNCE 5 +#define NO_BACKLIGHT_CLOCK +#define BACKLIGHT_LEVELS 1 #define RGBLIGHT_ANIMATIONS #define NO_UART 1 -#define BOOTLOADHID_BOOTLOADER 1 - -/* key combination for command */ -#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) #endif