Skip to content

Commit

Permalink
Fix AUTOCOUNT_CELLS default value
Browse files Browse the repository at this point in the history
  • Loading branch information
dakalamin committed Oct 25, 2024
1 parent 17f3d0b commit 879970a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ typedef uint8_t braille_t;

#define AUTOCOUNT_BIT (1 << 7)
// if braille cells must be automatically counted
#define AUTOCOUNT_CELLS false
// number of braille cells if ther are not automatically counted
#define AUTOCOUNT_CELLS true
// number of braille cells if they are not automatically counted
#define BRAILLE_CELLS 4

#define ANIMATION_ON_START true
Expand Down

0 comments on commit 879970a

Please sign in to comment.