mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-29 11:02:46 +01:00
Update the memory consumption of PREVENT_STUCK_MODIFIERS in README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user