my personal ergodox keymap layout
with pngs of layout and readme
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.
Random characters now working AOK
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
More experiments with mapping, notably adding in the random bits
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
Set up a macro that writes cbbrowne. So that is a nice example of how it works.
Probably ought to write up some docs on this to improve it.
More samples, some not entirely working yet.
I am trying to mess around with MACRO(), but it is not there quite yet...