From 470435e923e5415daf655a95759a3b90a4dc0336 Mon Sep 17 00:00:00 2001 From: Daniil Kalamin <56044849+dakalamin@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:32:02 +0300 Subject: [PATCH] Add AUTOCOUNT_BIT setting to custom_config.h --- src/custom_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/custom_config.h b/src/custom_config.h index c1dbb5a..dd7a3f7 100644 --- a/src/custom_config.h +++ b/src/custom_config.h @@ -22,8 +22,9 @@ // #define BUTTON_CLICK_MS // uint // #define BUTTON_CYCLE_MS // uint -// #define AUTOCOUNT_CELLS // bool // #define BRAILLE_CELLS // uint +// #define AUTOCOUNT_CELLS // bool +// #define AUTOCOUNT_BIT // uint // #define ANIMATION_ON_START // bool // #define ANIMATION_MS_PER_CELL // uint