diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-02 01:31:04 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-09 18:34:59 +0300 |
commit | 39385144e7dc3337e623cdc8147b4a441f22fd62 (patch) | |
tree | c553b85bbd7c0754296f999e83647ac7b779a22d /keyboards/ergodox/infinity/config.h | |
parent | 9a4ce28683b667ab67d48d92196bab7e277d4800 (diff) |
Emulate Ergodox EZ leds by LCD colors
Diffstat (limited to 'keyboards/ergodox/infinity/config.h')
-rw-r--r-- | keyboards/ergodox/infinity/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox/infinity/config.h b/keyboards/ergodox/infinity/config.h index 9e264083be..6cde193e13 100644 --- a/keyboards/ergodox/infinity/config.h +++ b/keyboards/ergodox/infinity/config.h @@ -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. |