Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-02-08 | Merge pull request #130 from jacobono/jacobono | ||
Jacobono | |||
2016-02-08 | Updates documentation, adds Cmd/Win dual-function key | ||
2016-02-07 | Merge pull request #134 from dragon788/patch-2 | ||
Added note about using avr_setup.sh | |||
2016-02-07 | Added note about using avr_setup.sh | ||
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 | ||
2016-02-07 | advanced macro stuff for README | ||
2016-02-07 | advanced macro stuff for README | ||
2016-02-07 | advanced macro stuff for README | ||
2016-02-07 | README changes | ||
2016-02-07 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | ||
2016-02-07 | README changes | ||
2016-02-07 | Merge pull request #131 from Vifon/patch-1 | ||
Use boolean AND instead of bitwise (possible typo) | |||
2016-02-07 | Use boolean AND instead of bitwise (possible typo) | ||
Fortunately seems harmless. | |||
2016-02-06 | Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵ | ||
the digits/letters chosen | |||
2016-02-06 | add hex file | ||
2016-02-06 | my personal ergodox keymap layout | ||
with pngs of layout and readme | |||
2016-02-05 | Merge pull request #129 from cbbrowne/master | ||
Example of some "Random Keys" | |||
2016-02-05 | Update PCB_GUIDE.md | ||
2016-02-05 | Fixes CM_SCLN and updates docs for Colemak | ||
2016-02-05 | Tweaks symbol layer (see changleog) | ||
2016-02-04 | Merge pull request #126 from fernandodeperto/keymap_nordic | ||
Fix 2 macros in the Nordic keymap | |||
2016-02-05 | 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. | |||
2016-02-04 | Merge pull request #124 from zorab47/disable-console-by-default | ||
Disable Ergodox EZ debug console for improved performance | |||
2016-02-04 | Merge pull request #125 from gkubed/patch-1 | ||
Update QUICK_START.md | |||
2016-02-04 | Update QUICK_START.md | ||
Fix ErgoDox EZ readme.md link | |||
2016-02-03 | 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. | |||
2016-02-03 | Remove obsolete comments | ||
2016-02-03 | Comment things more | ||
2016-02-03 | Random characters now working AOK | ||
2016-02-03 | Merge branch 'master' of github.com:cbbrowne/qmk_firmware | ||
2016-02-03 | More experiments with mapping, notably adding in the random bits | ||
2016-02-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-02-01 | Merge branch 'master' of github.com:cbbrowne/qmk_firmware | ||
2016-02-01 | 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. | |||
2016-02-01 | More samples, some not entirely working yet. | ||
I am trying to mess around with MACRO(), but it is not there quite yet... | |||
2016-02-01 | Merge pull request #123 from cbbrowne/master | ||
README notes and cbbrowne layout | |||
2016-02-01 | Add notes on what sorts of actions are risky | ||
2016-02-01 | Many of the changes I wanted | ||
2016-02-01 | Refreshes default keymap for single tap L1 switch | ||
2016-01-31 | Merge pull request #116 from tachk/readmeFix | ||
Fix for broken link in readme. | |||
2016-01-31 | Merge pull request #119 from seancaffery/teensynote | ||
Clarify Atreus support | |||
2016-01-31 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-01-31 | Merge pull request #118 from sboesebeck/master | ||
created new layer for egosooters like counterstrike | |||
2016-01-31 | Clarify Atreus support | ||
2016-01-31 | some fixes in readme | ||
2016-01-31 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-01-30 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-01-30 | Merge pull request #117 from coderkun/master | ||
Merge changes for coderkun’s Neo2 layout | |||
2016-01-30 | add build instructions to readme | ||