diff options
author | profanum429 <profanum429@gmail.com> | 2018-01-04 00:20:58 -0600 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-04 01:20:58 -0500 |
commit | 9e0b244a34d28aa2a03f2bf87919af4f25e5e96f (patch) | |
tree | 85b37f2fd7bb554f429d1901709ab03acde23229 /keyboards/eagle_viper/v2/config.h | |
parent | 4b7fcf0af06070fc184350e9639f4da07210fc3d (diff) |
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.
Diffstat (limited to 'keyboards/eagle_viper/v2/config.h')
-rw-r--r-- | keyboards/eagle_viper/v2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #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() ( \ |