Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Initial TypeMatrix keymap: Layer 0 | Didier Loiseau | 2016-01-09 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Initial TypeMatrix keymap: Layer 0 | Didier Loiseau | 2016-01-08 | 1 | -0/+188 | |
| | |_|/ | |/| | | ||||||
| | * | | new hex file | Stephan Bösebeck | 2016-01-22 | 1 | -22/+22 | |
| | | | | ||||||
| | * | | reinstalled lost file, updated with some tweaks | Stephan Bösebeck | 2016-01-22 | 1 | -0/+299 | |
| | | | | ||||||
| | * | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | 2016-01-22 | 55 | -1722/+20753 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Merge pull request #95 from jackhumbert/keymap_folders | Erez Zukerman | 2016-01-21 | 55 | -1700/+20753 | |
|\ \ \ \ | | | | | | | | | | | New per-folder format for ErgoDox EZ keymaps | |||||
| * | | | | Adds the hex files too | Erez Zukerman | 2016-01-22 | 20 | -0/+29585 | |
| | | | | | ||||||
| * | | | | Introduces new subdirectory structure | Erez Zukerman | 2016-01-22 | 50 | -28333/+10 | |
| | | | | | ||||||
| * | | | | Adds a bunch of compiled files | Erez Zukerman | 2016-01-20 | 19 | -0/+25157 | |
| | | | | | ||||||
| * | | | | renames readme | Erez Zukerman | 2016-01-20 | 1 | -0/+0 | |
| | | | | | ||||||
| * | | | | Renames hex | Erez Zukerman | 2016-01-20 | 1 | -0/+0 | |
| | | | | | ||||||
| * | | | | Updates Markdown image link | Erez Zukerman | 2016-01-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Adds a readme and hex for my experimental layout | Erez Zukerman | 2016-01-20 | 2 | -0/+1483 | |
| | | | | | ||||||
| * | | | | New per-folder format for ErgoDox EZ keymaps | Erez Zukerman | 2016-01-20 | 38 | -8878/+29 | |
|/ / / / | ||||||
| | * | | changed some places, disabled layer3, in file it's ADNW now | Stephan Bösebeck | 2016-01-22 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | added koy layer to default, but disabled it | Stephan Bösebeck | 2016-01-21 | 2 | -44/+66 | |
| | | | | ||||||
| | * | | replaced qwertz with adnw-koy as default | Stephan Bösebeck | 2016-01-21 | 1 | -61/+63 | |
| | | | | ||||||
| | * | | swapping modeswitch and Acut-Chars on thumb block | Stephan Bösebeck | 2016-01-21 | 1 | -2/+2 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #94 from plgruener/german_aliases | Jack Humbert | 2016-01-19 | 1 | -0/+39 | |
|\ \ \ | | | | | | | | | complete keymap_german.h (all alphanumerics) | |||||
| * | | | complete keymap_german.h (all alphanumerics) | plgruener | 2016-01-19 | 1 | -0/+39 | |
|/ / / | | | | | | | | | | | | | add 'DE_'-prefixed aliases for all alphanumerics, so it becomes immediatly obvious which layout we are assuming. | |||||
* | | | Makes ' into a dual-action key for LGui | Erez Zukerman | 2016-01-19 | 1 | -3/+4 | |
| | | | ||||||
* | | | Adds an experimental keymap for my own use | Erez Zukerman | 2016-01-19 | 1 | -0/+189 | |
| | | | ||||||
* | | | Merge pull request #73 from dragon788/dragon_mod | Erez Zukerman | 2016-01-18 | 8 | -1/+645 | |
|\ \ \ | | | | | | | | | Requesting some comments and review on my changes | |||||
| * | | | Command line programming not default, enable by reading quickstart and ↵ | dragon788 | 2016-01-17 | 2 | -7/+11 | |
| | | | | | | | | | | | | | | | | comments in Vagrantfile | |||||
| * | | | Allow passthru of Teensy to Virtualbox for programming | dragon788 | 2016-01-17 | 1 | -5/+11 | |
| | | | | ||||||
| * | | | Fixing Debian/Ubuntu updates to be completely non-interactive | dragon788 | 2016-01-17 | 1 | -1/+9 | |
| | | | | ||||||
| * | | | Note about Virtualbox incompatibilities | dragon788 | 2016-01-17 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Update README.md | dragon788 | 2016-01-16 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Create QUICK_START.md describing Vagrantfile usage | dragon788 | 2016-01-16 | 1 | -0/+21 | |
| | | | | | | | | | | | | Provides links to software required to use the Vagrantfile. | |||||
| * | | | Having media layer defined causes toggles to 'stick' rather than be ↵ | dragon788 | 2016-01-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | momentary in my experience | |||||
| * | | | Resetting keymap_default.c to origin/master not just my fork's master | dragon788 | 2016-01-16 | 1 | -23/+23 | |
| | | | | ||||||
| * | | | Moving my layout to its own file, made plover layout file, restoring default ↵ | dragon788 | 2016-01-16 | 3 | -89/+501 | |
| | | | | | | | | | | | | | | | | keymap to its default status | |||||
| * | | | Updated avr script and added notes to Vagrantfile | dragon788 | 2016-01-16 | 2 | -7/+18 | |
| | | | | ||||||
| * | | | All dfu dependencies in place, multi-line syntax to make it easy to add/read | dragon788 | 2016-01-12 | 1 | -4/+37 | |
| | | | | ||||||
| * | | | Adding update of vagrant VM every time it is booted | dragon788 | 2016-01-05 | 2 | -14/+46 | |
| | | | | ||||||
| * | | | Adding Vagrantfile for easier compile environment setup | dragon788 | 2016-01-03 | 3 | -0/+69 | |
| | | | | ||||||
| * | | | Added calculator shortcut button to numpad/symbol layer | dragon788 | 2016-01-02 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fixed Plover layer label and updated keymap | dragon788 | 2016-01-02 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Added proper link back to Plover layout source | dragon788 | 2016-01-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Added plover layer | dragon788 | 2016-01-02 | 1 | -4/+49 | |
| | | | | ||||||
| * | | | Fixed button conflicts on mouse/media layer | dragon788 | 2015-12-30 | 1 | -18/+18 | |
| | | | | ||||||
| * | | | Added note about avr-libc also being required at least for arch | dragon788 | 2015-12-30 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Moving everything around, tap delays driving me nuts | dragon788 | 2015-12-30 | 1 | -27/+27 | |
| | | | | ||||||
| * | | | Merge branch 'master' of github.com:dragon788/qmk_firmware_ez | dragon788 | 2015-12-28 | 0 | -0/+0 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' of github.com:dragon788/qmk_firmware_ez | dragon788 | 2015-12-27 | 1 | -21/+21 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: keyboard/ergodox_ez/keymaps/keymap_default.c | |||||
| * | | | | | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | dragon788 | 2015-12-28 | 21 | -4/+6076 | |
| |\| | | | | | |/ / / | |/| | | | | | | | | | | | | | Conflicts: keyboard/ergodox_ez/keymaps/keymap_default.c | |||||
| * | | | | Updated keymap ascii art and made thumb cluster more standard ↵ | dragon788 | 2015-12-23 | 1 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | | | ErgoDox/Kinesis-like | |||||
| * | | | | add left click and vim keys | Josh McCall | 2015-12-16 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #93 from petereichinger/master | Jack Humbert | 2016-01-18 | 2 | -0/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | LCAG modifier combo and AutoHotkey international characters | |||||
| * | | | | | Fix code formatting in international characters readme entry | Peter Eichinger | 2016-01-18 | 1 | -2/+2 | |
| | | | | | |