]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update PREVENT_STUCK_MODIFIERS documentation in README
authorWojciech Siewierski <wojciech.siewierski@onet.pl>
Sat, 2 Apr 2016 17:45:02 +0000 (19:45 +0200)
committerWojciech Siewierski <wojciech.siewierski@onet.pl>
Sat, 2 Apr 2016 17:45:02 +0000 (19:45 +0200)
README.md

index dc5f612f67ba6467b45cd6bb6b97c128e6c9e0dd..82b2771652413afd582c90d966344f50ae480e99 100644 (file)
--- a/README.md
+++ b/README.md
@@ -115,8 +115,9 @@ If such situation bothers you add this to your `config.h`:
 
     #define PREVENT_STUCK_MODIFIERS
 
-Warning: This option uses up 1 byte of memory per key. For example on
-Planck it uses 4\*12=48 bytes.
+This option uses 5 bytes of memory per every 8 keys on the keyboard
+rounded up (5 bits per key). For example on Planck (48 keys) it uses
+(48/8)\*5 = 30 bytes.
 
 ### Remember: These are just aliases