diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2017-04-12 20:58:36 -0700 |
---|---|---|
committer | Adam YH Lee <adam.yh.lee@gmail.com> | 2017-04-12 20:58:36 -0700 |
commit | 73625a603afd14ee506d1562ef5f6a199eac62ce (patch) | |
tree | 669ed65bd1962936e13aec3f62ee375fbbe09df7 /keyboards/ergodox/infinity/config.h | |
parent | 91b11bb4dd9a0c94fbc0feb6915acc4717357205 (diff) | |
parent | d3301c0f8b0005738ab9aa2030d83739ffb5c4b6 (diff) |
Merge branch 'master' into miuni32-OA
Diffstat (limited to 'keyboards/ergodox/infinity/config.h')
-rw-r--r-- | keyboards/ergodox/infinity/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/ergodox/infinity/config.h b/keyboards/ergodox/infinity/config.h index 9e264083be..95f713819e 100644 --- a/keyboards/ergodox/infinity/config.h +++ b/keyboards/ergodox/infinity/config.h @@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* number of backlight levels */ #define BACKLIGHT_LEVELS 3 -#define LED_BRIGHTNESS_LO 15 +#define LED_BRIGHTNESS_LO 100 #define LED_BRIGHTNESS_HI 255 /* define if matrix has ghost */ @@ -54,6 +54,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // The visualizer needs gfx thread priorities #define VISUALIZER_THREAD_PRIORITY (NORMAL_PRIORITY - 2) +#define VISUALIZER_USER_DATA_SIZE 16 + /* * Feature disable options * These options are also useful to firmware size reduction. |