| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-14 | Add cgreen unit test library and makefile | ||
| 2016-02-13 | Initial commit | ||
| 2016-02-13 | Clean up wrong license information | ||
| 2016-02-13 | Update readme and license | ||
| Also add integration examples | |||
| 2016-02-13 | Initialize backlight and LCD during visualizer_init | ||
| 2016-02-13 | Compile the user visualizer | ||
| 2016-02-13 | Add visualizer | ||
| A generic visualizer that supports animations. There's a few predefined keyframe types included, and more can be added by the user. | |||
| 2016-02-13 | Add LCD backlight support | ||
| Also possibility to disable the LCD support | |||
| 2016-02-13 | Add makefile that includes ugfx | ||
| 2016-02-13 | Add uGFX submodule v 2.4 | ||
| 2016-02-13 | Add MIT license | ||
| 2016-02-12 | Merge pull request #141 from XenoBits/master | ||
| Ergodox EZ new keymap for C# developers | |||
| 2016-02-12 | Another readme.md improvement | ||
| 2016-02-12 | Improved readme | ||
| 2016-02-12 | Added C# developer keymap | ||
| 2016-02-12 | Add readme | ||
| 2016-02-11 | Merge pull request #140 from lasko/master | ||
| A slightly different default layout | |||
| 2016-02-11 | Added pageup, pagedown, home, and end keys | ||
| 2016-02-11 | Added a Tenkey layer and moved the del key | ||
| 2016-02-11 | Adding my initial layout | ||
| 2016-02-11 | Adding my initial layout | ||
| 2016-02-11 | Merge pull request #139 from ↵ | ||
| joarau/norwegian-colemak-ergodox-with-norwegian-definitions Norwegian Colemak Ergodox and Norwegian key definitions | |||
| 2016-02-11 | Norwegian Colemak Ergodox and Norwegian key definitions | ||
| 2016-02-11 | More tweaks to experimental layout | ||
| 2016-02-11 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | ||
| 2016-02-10 | Merge pull request #138 from Willyfrog/master | ||
| ergodox_ez for emacs + mac + altgr users | |||
| 2016-02-10 | add image | ||
| 2016-02-10 | Merge pull request #137 from uzytkownik/master | ||
| Add mpiechotka ergodox ez keymap | |||
| 2016-02-10 | added .hex file | ||
| 2016-02-09 | Add mpiechotka ergodox ez keymap | ||
| 2016-02-08 | Merge pull request #136 from cbbrowne/master | ||
| Random improvements | |||
| 2016-02-08 | Eliminate switch statement by using contiguous character ranges | ||
| 2016-02-08 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-02-08 | Corrects typo | ||
| 2016-02-08 | Merge pull request #130 from jacobono/jacobono | ||
| Jacobono | |||
| 2016-02-08 | Updates documentation, adds Cmd/Win dual-function key | ||
| 2016-02-08 | Add Atreus | ||
| 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 | FN macro: use layer_invert() instead of modifying layer_state directly | ||
| - fixes stuck keys from the temporary layers (see also jackhumbert/qmk_firmware#78) - removed the workaround for jackhumbert/qmk_firmware#81 (using layer_invert() fixes the problem) | |||
| 2016-02-07 | Fixed inconsistency between comment and actual numeric layer | ||
| - KC_INS should only be present on Fn layer | |||
| 2016-02-07 | Fixed link to Magic doc in Dvorak section | ||
| 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) | |||