Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-12 | Merge pull request #140 from lasko/master | Jack Humbert | 1 | -0/+134 | |
A slightly different default layout | |||||
2016-02-12 | Added pageup, pagedown, home, and end keys | Lasko Height | 1 | -6/+6 | |
2016-02-12 | Added a Tenkey layer and moved the del key | Lasko Height | 1 | -5/+25 | |
2016-02-12 | Adding my initial layout | Lasko Height | 1 | -1/+1 | |
2016-02-12 | Adding my initial layout | Lasko Height | 1 | -0/+114 | |
2016-02-12 | Merge pull request #139 from ↵ | Erez Zukerman | 5 | -0/+1470 | |
joarau/norwegian-colemak-ergodox-with-norwegian-definitions Norwegian Colemak Ergodox and Norwegian key definitions | |||||
2016-02-11 | Norwegian Colemak Ergodox and Norwegian key definitions | joar | 5 | -0/+1470 | |
2016-02-11 | More tweaks to experimental layout | Erez Zukerman | 3 | -18/+19 | |
2016-02-11 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Erez Zukerman | 15 | -148/+4904 | |
2016-02-10 | Merge pull request #138 from Willyfrog/master | Erez Zukerman | 4 | -0/+1666 | |
ergodox_ez for emacs + mac + altgr users | |||||
2016-02-10 | add image | Guillermo Vayá | 1 | -0/+0 | |
2016-02-10 | Merge pull request #137 from uzytkownik/master | Erez Zukerman | 3 | -0/+1770 | |
Add mpiechotka ergodox ez keymap | |||||
2016-02-10 | added .hex file | Guillermo Vayá | 1 | -0/+1472 | |
2016-02-10 | Add mpiechotka ergodox ez keymap | Maciej Piechotka | 3 | -0/+1770 | |
2016-02-08 | Merge pull request #136 from cbbrowne/master | Jack Humbert | 1 | -148/+18 | |
Random improvements | |||||
2016-02-08 | Eliminate switch statement by using contiguous character ranges | Christopher Browne | 1 | -152/+12 | |
2016-02-08 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 26 | -3455/+3814 | |
2016-02-08 | Corrects typo | Erez Zukerman | 1 | -1/+1 | |
2016-02-08 | Merge pull request #130 from jacobono/jacobono | Erez Zukerman | 7 | -0/+1450 | |
Jacobono | |||||
2016-02-08 | Updates documentation, adds Cmd/Win dual-function key | Erez Zukerman | 5 | -1443/+1098 | |
2016-02-08 | Merge pull request #134 from dragon788/patch-2 | Jack Humbert | 1 | -1/+1 | |
Added note about using avr_setup.sh | |||||
2016-02-08 | Added note about using avr_setup.sh | dragon788 | 1 | -1/+1 | |
On most Linux distributions the avr_setup.sh script can be sourced ```. avr_setup.sh``` or under Bash ```source avr_setup.sh```. This will try and detect the appropriate package manager and install the required packages. | |||||
2016-02-07 | advanced macro stuff for README | Jack Humbert | 1 | -4/+0 | |
2016-02-07 | advanced macro stuff for README | Jack Humbert | 1 | -1/+1 | |
2016-02-07 | advanced macro stuff for README | Jack Humbert | 1 | -9/+9 | |
2016-02-07 | advanced macro stuff for README | Jack Humbert | 1 | -2/+66 | |
2016-02-07 | README changes | Jack Humbert | 3 | -337/+4 | |
2016-02-07 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | Jack Humbert | 24 | -4295/+5163 | |
2016-02-07 | README changes | Jack Humbert | 2 | -158/+23 | |
2016-02-07 | Merge pull request #131 from Vifon/patch-1 | Jack Humbert | 1 | -1/+1 | |
Use boolean AND instead of bitwise (possible typo) | |||||
2016-02-07 | Use boolean AND instead of bitwise (possible typo) | Wojciech Siewierski | 1 | -1/+1 | |
Fortunately seems harmless. | |||||
2016-02-07 | Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵ | Christopher Browne | 1 | -147/+157 | |
the digits/letters chosen | |||||
2016-02-06 | add hex file | Daniel Mijares | 1 | -0/+1142 | |
2016-02-06 | my personal ergodox keymap layout | Daniel Mijares | 6 | -0/+308 | |
with pngs of layout and readme | |||||
2016-02-06 | Merge pull request #129 from cbbrowne/master | Jack Humbert | 1 | -57/+217 | |
Example of some "Random Keys" | |||||
2016-02-06 | Update PCB_GUIDE.md | Jack Humbert | 1 | -0/+1 | |
2016-02-05 | Fixes CM_SCLN and updates docs for Colemak | Erez Zukerman | 4 | -38/+39 | |
2016-02-05 | Tweaks symbol layer (see changleog) | Erez Zukerman | 3 | -1477/+1137 | |
2016-02-05 | Merge pull request #126 from fernandodeperto/keymap_nordic | Jack Humbert | 1 | -3/+3 | |
Fix 2 macros in the Nordic keymap | |||||
2016-02-05 | Fix 2 macros in the Nordic keymap | Fernando Mendonca | 1 | -3/+3 | |
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-04 | Merge pull request #124 from zorab47/disable-console-by-default | Erez Zukerman | 1 | -1/+1 | |
Disable Ergodox EZ debug console for improved performance | |||||
2016-02-04 | Merge pull request #125 from gkubed/patch-1 | Erez Zukerman | 1 | -1/+1 | |
Update QUICK_START.md | |||||
2016-02-04 | Update QUICK_START.md | Guyon Cumby | 1 | -1/+1 | |
Fix ErgoDox EZ readme.md link | |||||
2016-02-04 | Disable console for improved performance | Charles Maresh | 1 | -1/+1 | |
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-03 | Remove obsolete comments | Christopher Browne | 1 | -9/+0 | |
2016-02-03 | Comment things more | Christopher Browne | 1 | -1/+2 | |
2016-02-03 | Random characters now working AOK | Christopher Browne | 1 | -14/+157 | |
2016-02-03 | Merge branch 'master' of github.com:cbbrowne/qmk_firmware | Christopher Browne | 1 | -48/+60 | |
2016-02-03 | More experiments with mapping, notably adding in the random bits | Christopher Browne | 1 | -48/+60 | |
2016-02-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 5 | -1315/+1453 | |