diff options
Diffstat (limited to 'keyboards/ergodox/ergodone/config.h')
-rw-r--r-- | keyboards/ergodox/ergodone/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/ergodox/ergodone/config.h b/keyboards/ergodox/ergodone/config.h index 80ff47f661..52ae2d576c 100644 --- a/keyboards/ergodox/ergodone/config.h +++ b/keyboards/ergodox/ergodone/config.h @@ -17,6 +17,12 @@ #define MATRIX_ROWS 6 #define MATRIX_COLS 14 +/* number of backlight levels */ +#define BACKLIGHT_LEVELS 3 + +#define LED_BRIGHTNESS_LO 15 +#define LED_BRIGHTNESS_HI 255 + /* fix space cadet rollover issue */ #define DISABLE_SPACE_CADET_ROLLOVER |