X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fwhitefox%2Fconfig.h;h=dc33a7ce5bc634b6a91f1b0e08e07d9a10179394;hb=b45b22338925a48354b611d21c3cf3359e008e1e;hp=b7116341ff76ac8594c12321f4232f055bc490c7;hpb=a8eba1bddaf55224939a86bfa4d8e1b53e1d82db;p=qmk_firmware.git diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h index b7116341f..dc33a7ce5 100644 --- a/keyboards/whitefox/config.h +++ b/keyboards/whitefox/config.h @@ -35,6 +35,12 @@ along with this program. If not, see . #define MATRIX_ROWS 9 #define MATRIX_COLS 8 +/* number of backlight levels */ +#define BACKLIGHT_LEVELS 3 + +#define LED_BRIGHTNESS_LO 100 +#define LED_BRIGHTNESS_HI 255 + /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST @@ -75,4 +81,4 @@ along with this program. If not, see . //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#endif +#endif \ No newline at end of file