X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Ffacew%2Fconfig.h;h=239783f8ba2f36cd1d8fc53528ef379bbd2864ad;hb=64aef1f4c9296dc63d5e7b27102a276f84389a26;hp=d424404865e1e0d0fd593ce233e74d239467ddf7;hpb=69ec54f3a46c59c4e1df982bc1f914fa881146b0;p=qmk_firmware.git diff --git a/keyboards/facew/config.h b/keyboards/facew/config.h index d42440486..239783f8b 100644 --- a/keyboards/facew/config.h +++ b/keyboards/facew/config.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef FACEW_CONFIG_H -#define FACEW_CONFIG_H +#pragma once #include "config_common.h" @@ -35,15 +34,8 @@ 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 - -/* key combination for command */ -#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) - -#endif