summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2016-03-28 00:25:43 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2016-03-28 00:25:43 +0200
commit36103edb7dcfce4497672130625b47712d076a42 (patch)
tree3d3400d1e02467b7d59702c4690cf01673c97855 /README.md
parentb4f442dfeaf4d434ae0d8459dc5199cd8fefc1c7 (diff)
downloadqmk_firmware-36103edb7dcfce4497672130625b47712d076a42.tar.gz
qmk_firmware-36103edb7dcfce4497672130625b47712d076a42.tar.xz
Update the memory consumption of PREVENT_STUCK_MODIFIERS in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d8dfd7c2b..083880b4e 100644
--- a/README.md
+++ b/README.md
@@ -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