Update the memory consumption of PREVENT_STUCK_MODIFIERS in README
This commit is contained in:
parent
b4f442dfea
commit
36103edb7d
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ If such situation bothers you add this to your `config.h`:
|
|||
|
||||
#define PREVENT_STUCK_MODIFIERS
|
||||
|
||||
Warning: This option uses up 2 bytes of memory per key. For example on
|
||||
Planck it uses 2\*4\*12=96 bytes.
|
||||
Warning: This option uses up 1 byte of memory per key. For example on
|
||||
Planck it uses 4\*12=96 bytes.
|
||||
|
||||
### Remember: These are just aliases
|
||||
|
||||
|
|
Loading…
Reference in a new issue