summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-07README changesJack Humbert
2016-02-07Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert
2016-02-07README changesJack Humbert
2016-02-07Merge pull request #131 from Vifon/patch-1Jack Humbert
Use boolean AND instead of bitwise (possible typo)
2016-02-07Use boolean AND instead of bitwise (possible typo)Wojciech Siewierski
Fortunately seems harmless.
2016-02-06Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵Christopher Browne
the digits/letters chosen
2016-02-06add hex fileDaniel Mijares
2016-02-06my personal ergodox keymap layoutDaniel Mijares
with pngs of layout and readme
2016-02-05Merge pull request #129 from cbbrowne/masterJack Humbert
Example of some "Random Keys"
2016-02-05Update PCB_GUIDE.mdJack Humbert
2016-02-05Fixes CM_SCLN and updates docs for ColemakErez Zukerman
2016-02-05Tweaks symbol layer (see changleog)Erez Zukerman
2016-02-04Merge pull request #126 from fernandodeperto/keymap_nordicJack Humbert
Fix 2 macros in the Nordic keymap
2016-02-05Fix 2 macros in the Nordic keymapFernando Mendonca
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.
2016-02-04Merge pull request #124 from zorab47/disable-console-by-defaultErez Zukerman
Disable Ergodox EZ debug console for improved performance
2016-02-04Merge pull request #125 from gkubed/patch-1Erez Zukerman
Update QUICK_START.md
2016-02-04Update QUICK_START.mdGuyon Cumby
Fix ErgoDox EZ readme.md link
2016-02-03Disable console for improved performanceCharles Maresh
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.
2016-02-03Remove obsolete commentsChristopher Browne
2016-02-03Comment things moreChristopher Browne
2016-02-03Random characters now working AOKChristopher Browne
2016-02-03Merge branch 'master' of github.com:cbbrowne/qmk_firmwareChristopher Browne
2016-02-03More experiments with mapping, notably adding in the random bitsChristopher Browne
2016-02-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne
2016-02-01Merge branch 'master' of github.com:cbbrowne/qmk_firmwareChristopher Browne
2016-02-01Set up a macro that writes cbbrowne. So that is a nice example of how it works.Christopher Browne
Probably ought to write up some docs on this to improve it.
2016-02-01More samples, some not entirely working yet.Christopher Browne
I am trying to mess around with MACRO(), but it is not there quite yet...
2016-02-01Merge pull request #123 from cbbrowne/masterJack Humbert
README notes and cbbrowne layout
2016-02-01Add notes on what sorts of actions are riskyChristopher Browne
2016-02-01Many of the changes I wantedChristopher Browne
2016-02-01Refreshes default keymap for single tap L1 switchErez Zukerman
2016-01-31Merge pull request #116 from tachk/readmeFixJack Humbert
Fix for broken link in readme.
2016-01-31Merge pull request #119 from seancaffery/teensynoteJack Humbert
Clarify Atreus support
2016-01-31Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne
2016-01-31Merge pull request #118 from sboesebeck/masterErez Zukerman
created new layer for egosooters like counterstrike
2016-01-31new emacs + osx + deadkeys layoutGuillermo Vayá
2016-01-31Clarify Atreus supportSean Caffery
2016-01-31some fixes in readmeStephan Bösebeck
2016-01-31Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck
2016-01-30Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne
2016-01-30Merge pull request #117 from coderkun/masterErez Zukerman
Merge changes for coderkun’s Neo2 layout
2016-01-30add build instructions to readmecoderkun
2016-01-30correct link and some minor details in readme filecoderkun
2016-01-30add readme file for coderkun’s Neo2 layoutcoderkun
2016-01-30Merge remote-tracking branch 'upstream/master'coderkun
2016-01-30add layers for poor man’s QWERTZ and poor man’s Neo including Neo’s ↵coderkun
layer 4
2016-01-30Fix for broken link in readme.Kacey A
2016-01-29Merge pull request #115 from seancaffery/sean/atreusJack Humbert
Add Teensy2 Atreus support
2016-01-30Add Teensy2 Atreus supportSean Caffery
2016-01-29audio on resetJack Humbert