~ruther/qmk_firmware

39ed50f6 — Lukas Klingsbo 9 years ago
Added a keymap optimized for xmonad

The M(1) function changes layer temporarily (so that numbers can be used)
and holds LGUI which makes it possible to easily change virtual screens
and swap windows inbetween them.
bc4f2085 — Jack Humbert 9 years ago
advanced macro stuff for README
8967c070 — Jack Humbert 9 years ago
advanced macro stuff for README
cf2c6415 — Jack Humbert 9 years ago
advanced macro stuff for README
3a6e88d6 — Jack Humbert 9 years ago
advanced macro stuff for README
e6a2c77f — Jack Humbert 9 years ago
README changes
62366688 — Jack Humbert 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
5dc0d1dc — Jack Humbert 9 years ago
README changes
8d785de7 — Jack Humbert 9 years ago
Merge pull request #131 from Vifon/patch-1

Use boolean AND instead of bitwise (possible typo)
65b41e2e — Wojciech Siewierski 9 years ago
Use boolean AND instead of bitwise (possible typo)

Fortunately seems harmless.
240e8c63 — Jack Humbert 9 years ago
Merge pull request #129 from cbbrowne/master

Example of some "Random Keys"
832575f2 — Jack Humbert 9 years ago
Update PCB_GUIDE.md
3c683aa9 — Erez Zukerman 9 years ago
Fixes CM_SCLN and updates docs for Colemak
1b0d0c68 — Erez Zukerman 9 years ago
Tweaks symbol layer (see changleog)
51964eda — Jack Humbert 9 years ago
Merge pull request #126 from fernandodeperto/keymap_nordic

Fix 2 macros in the Nordic keymap
c29ad125 — Fernando Mendonca 9 years ago
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.
8698edbb — Erez Zukerman 9 years ago
Merge pull request #124 from zorab47/disable-console-by-default

Disable Ergodox EZ debug console for improved performance
434bccca — Erez Zukerman 9 years ago
Merge pull request #125 from gkubed/patch-1

Update QUICK_START.md
2ae39aaa — Guyon Cumby 9 years ago
Update QUICK_START.md

Fix ErgoDox EZ readme.md link
a9ad5c55 — Charles Maresh 9 years ago
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.
Next