summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2016-04-02 19:45:02 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2016-04-02 19:45:02 +0200
commit8ef14d09b8451b3f2a77e6f019922eae0ac43642 (patch)
tree0a37dafefd749b06fd0f3fd82d56a2c0169c2b8e /README.md
parent4dce7258d1b31be0d91f6de0693a10917f514dd8 (diff)
downloadqmk_firmware-8ef14d09b8451b3f2a77e6f019922eae0ac43642.tar.gz
qmk_firmware-8ef14d09b8451b3f2a77e6f019922eae0ac43642.tar.xz
Update PREVENT_STUCK_MODIFIERS documentation in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index dc5f612f6..82b277165 100644
--- 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