Skip to content

Commit

Permalink
Update PREVENT_STUCK_MODIFIERS documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vifon committed Apr 2, 2016
1 parent 4dce725 commit 8ef14d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ef14d0

Please sign in to comment.