From 9e0b244a34d28aa2a03f2bf87919af4f25e5e96f Mon Sep 17 00:00:00 2001 From: profanum429 Date: Thu, 4 Jan 2018 00:20:58 -0600 Subject: profanum429@gmail.com (#2222) * Added initial in-switch LED support for the Eagle/Viper V2. Currently only has four modes: All ON, Mods/Nums ON, Alphas ON, or All OFF * Revert keymap changes * Changed switch curly bracket to match style. --- keyboards/eagle_viper/v2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/eagle_viper/v2/config.h') diff --git a/keyboards/eagle_viper/v2/config.h b/keyboards/eagle_viper/v2/config.h index 0538f96203..f04b4a0fd3 100644 --- a/keyboards/eagle_viper/v2/config.h +++ b/keyboards/eagle_viper/v2/config.h @@ -38,7 +38,7 @@ along with this program. If not, see . #define DEBOUNCING_DELAY 5 /* number of backlight levels */ -#define BACKLIGHT_LEVELS 1 +#define BACKLIGHT_LEVELS 3 /* key combination for magic key command */ #define IS_COMMAND() ( \ -- cgit v1.2.1