advanced macro stuff for README
advanced macro stuff for README
advanced macro stuff for README
Merge pull request #131 from Vifon/patch-1
Use boolean AND instead of bitwise (possible typo)
Use boolean AND instead of bitwise (possible typo)
Fortunately seems harmless.
Merge pull request #129 from cbbrowne/master
Example of some "Random Keys"
Fixes CM_SCLN and updates docs for Colemak
Tweaks symbol layer (see changleog)
Merge pull request #126 from fernandodeperto/keymap_nordic
Fix 2 macros in the Nordic keymap
Fix 2 macros in the Nordic keymap
By testing I found out that, at least on Linux using the Swedish layout,
two macros present on this file were wrong, for the backslash and pipe
keys. Jack helped me find the correct combination for the backslash and
that led me to the right one for pipe.
Merge pull request #124 from zorab47/disable-console-by-default
Disable Ergodox EZ debug console for improved performance
Merge pull request #125 from gkubed/patch-1
Update QUICK_START.md
Update QUICK_START.md
Fix ErgoDox EZ readme.md link
Disable console for improved performance
Commenting out the line is the only way to disable the console, as the
value of CONSOLE_ENABLE isn't checked. There are only checks for its
existence; setting it to `yes` or `no` doesn't change the compilation.