~ruther/qmk_firmware

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.
73f14db8 — Christopher Browne 9 years ago
Remove obsolete comments
0d445444 — Christopher Browne 9 years ago
Comment things more
7919839b — Christopher Browne 9 years ago
Random characters now working AOK
259e5e28 — Christopher Browne 9 years ago
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
674c6273 — Christopher Browne 9 years ago
More experiments with mapping, notably adding in the random bits
c39b53bb — Christopher Browne 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
a51009f3 — Christopher Browne 9 years ago
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
1466f5a3 — Christopher Browne 9 years ago
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.
91c46816 — Christopher Browne 9 years ago
More samples, some not entirely working yet.

I am trying to mess around with MACRO(), but it is not there quite yet...
Next