]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - README.md
Links to build guide
[qmk_firmware.git] / README.md
index d8dfd7c2bc3025daa96f712e6dae616fc87d5a59..ab7373023a02ef9922ff06671ff5ad7cf7ea219d 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 2 bytes of memory per key. For example on
-Planck it uses 2\*4\*12=96 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
 
@@ -289,7 +290,7 @@ For this mod, you need an unused pin wiring to DI of WS2812 strip. After wiring
 
     RGBLIGHT_ENABLE = yes
 
-Please note that the underglow is not compatible with MIDI functions. So you cannot enable both of them at the same time.
+Please note that the underglow is not compatible with audio output. So you cannot enable both of them at the same time.
 
 Please add the following options into your config.h, and set them up according your hardware configuration.
 
@@ -329,4 +330,4 @@ what things are (and likely aren't) too risky.
 - EEPROM has around a 100000 write cycle.  You shouldn't rewrite the
   firmware repeatedly and continually; that'll burn the EEPROM
   eventually.
-                                       
\ No newline at end of file
+