Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added C# developer keymap | Maxime Millet | 2016-02-12 | 5 | -0/+1489 |
| | |||||
* | Merge pull request #137 from uzytkownik/master | Erez Zukerman | 2016-02-10 | 3 | -0/+1770 |
|\ | | | | | Add mpiechotka ergodox ez keymap | ||||
| * | Add mpiechotka ergodox ez keymap | Maciej Piechotka | 2016-02-09 | 3 | -0/+1770 |
|/ | |||||
* | Merge pull request #136 from cbbrowne/master | Jack Humbert | 2016-02-08 | 1 | -148/+18 |
|\ | | | | | Random improvements | ||||
| * | Eliminate switch statement by using contiguous character ranges | Christopher Browne | 2016-02-08 | 1 | -152/+12 |
| | | |||||
| * | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2016-02-08 | 26 | -3455/+3814 |
| |\ | |/ |/| | |||||
* | | Merge pull request #130 from jacobono/jacobono | Erez Zukerman | 2016-02-08 | 7 | -0/+1450 |
|\ \ | | | | | | | Jacobono | ||||
| * | | add hex file | Daniel Mijares | 2016-02-06 | 1 | -0/+1142 |
| | | | |||||
| * | | my personal ergodox keymap layout | Daniel Mijares | 2016-02-06 | 6 | -0/+308 |
| | | | | | | | | | | | | with pngs of layout and readme | ||||
* | | | Updates documentation, adds Cmd/Win dual-function key | Erez Zukerman | 2016-02-08 | 5 | -1443/+1098 |
| | | | |||||
* | | | Merge pull request #134 from dragon788/patch-2 | Jack Humbert | 2016-02-07 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Added note about using avr_setup.sh | ||||
| * | | | Added note about using avr_setup.sh | dragon788 | 2016-02-07 | 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. | ||||
* | | | advanced macro stuff for README | Jack Humbert | 2016-02-07 | 1 | -4/+0 |
| | | | |||||
* | | | advanced macro stuff for README | Jack Humbert | 2016-02-07 | 1 | -1/+1 |
| | | | |||||
* | | | advanced macro stuff for README | Jack Humbert | 2016-02-07 | 1 | -9/+9 |
| | | | |||||
* | | | advanced macro stuff for README | Jack Humbert | 2016-02-07 | 1 | -2/+66 |
| | | | |||||
* | | | README changes | Jack Humbert | 2016-02-07 | 3 | -337/+4 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | Jack Humbert | 2016-02-07 | 24 | -4295/+5163 |
|\ \ \ | |||||
| * \ \ | Merge pull request #131 from Vifon/patch-1 | Jack Humbert | 2016-02-07 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | Use boolean AND instead of bitwise (possible typo) | ||||
| | * | | Use boolean AND instead of bitwise (possible typo) | Wojciech Siewierski | 2016-02-07 | 1 | -1/+1 |
| |/ / | | | | | | | Fortunately seems harmless. | ||||
| * | | Merge pull request #129 from cbbrowne/master | Jack Humbert | 2016-02-05 | 1 | -57/+217 |
| |\ \ | | | | | | | | | Example of some "Random Keys" | ||||
| * | | | Update PCB_GUIDE.md | Jack Humbert | 2016-02-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fixes CM_SCLN and updates docs for Colemak | Erez Zukerman | 2016-02-05 | 4 | -38/+39 |
| | | | | |||||
| * | | | Tweaks symbol layer (see changleog) | Erez Zukerman | 2016-02-05 | 3 | -1477/+1137 |
| | | | | |||||
| * | | | Merge pull request #126 from fernandodeperto/keymap_nordic | Jack Humbert | 2016-02-04 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | Fix 2 macros in the Nordic keymap | ||||
| | * | | | Fix 2 macros in the Nordic keymap | Fernando Mendonca | 2016-02-05 | 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. | ||||
| * | | | Merge pull request #124 from zorab47/disable-console-by-default | Erez Zukerman | 2016-02-04 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Disable Ergodox EZ debug console for improved performance | ||||
| | * | | | Disable console for improved performance | Charles Maresh | 2016-02-03 | 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. | ||||
| * | | | | Merge pull request #125 from gkubed/patch-1 | Erez Zukerman | 2016-02-04 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | Update QUICK_START.md | ||||
| | * | | | Update QUICK_START.md | Guyon Cumby | 2016-02-04 | 1 | -1/+1 |
| |/ / / | | | | | | | | | Fix ErgoDox EZ readme.md link | ||||
* | | | | README changes | Jack Humbert | 2016-02-07 | 2 | -158/+23 |
| | | | | |||||
| | | * | Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵ | Christopher Browne | 2016-02-06 | 1 | -147/+157 |
| | |/ | | | | | | | | | | the digits/letters chosen | ||||
| | * | Remove obsolete comments | Christopher Browne | 2016-02-03 | 1 | -9/+0 |
| | | | |||||
| | * | Comment things more | Christopher Browne | 2016-02-03 | 1 | -1/+2 |
| | | | |||||
| | * | Random characters now working AOK | Christopher Browne | 2016-02-03 | 1 | -14/+157 |
| | | | |||||
| | * | Merge branch 'master' of github.com:cbbrowne/qmk_firmware | Christopher Browne | 2016-02-03 | 1 | -48/+60 |
| | |\ | |||||
| | | * | More experiments with mapping, notably adding in the random bits | Christopher Browne | 2016-02-03 | 1 | -48/+60 |
| | | | | |||||
| | | * | Merge branch 'master' of github.com:cbbrowne/qmk_firmware | Christopher Browne | 2016-02-01 | 2 | -32/+68 |
| | | |\ | |||||
| | | * \ | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2016-01-31 | 2 | -29/+163 |
| | | |\ \ | |||||
| | * | \ \ | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | 2016-02-03 | 5 | -1315/+1453 |
| | |\ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | |||||
| * | | | | Merge pull request #123 from cbbrowne/master | Jack Humbert | 2016-02-01 | 4 | -0/+183 |
| |\ \ \ \ | | | | | | | | | | | | | README notes and cbbrowne layout | ||||
| * | | | | | Refreshes default keymap for single tap L1 switch | Erez Zukerman | 2016-02-01 | 1 | -1285/+1285 |
| | | | | | | |||||
| * | | | | | Merge pull request #116 from tachk/readmeFix | Jack Humbert | 2016-01-31 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix for broken link in readme. | ||||
| | * | | | | | Fix for broken link in readme. | Kacey A | 2016-01-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #119 from seancaffery/teensynote | Jack Humbert | 2016-01-31 | 1 | -0/+4 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | Clarify Atreus support | ||||
| | * | | | | | Clarify Atreus support | Sean Caffery | 2016-01-31 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #118 from sboesebeck/master | Erez Zukerman | 2016-01-31 | 2 | -29/+163 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | created new layer for egosooters like counterstrike | ||||
| | * | | | | | some fixes in readme | Stephan Bösebeck | 2016-01-31 | 1 | -2/+3 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | 2016-01-31 | 11 | -1466/+2238 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | fixed some copy paste errors | Stephan Bösebeck | 2016-01-29 | 1 | -2/+2 |
| | | | | | | |