Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-25 | Delete keymap_eigen.c | deepshitgoeshere | |
2016-02-25 | Delete dfu-programmer.exe | deepshitgoeshere | |
2016-02-25 | Delete dfu-programmer.exe | deepshitgoeshere | |
2016-02-25 | Merge branch 'jackhumbert-master' | Lucas Hecht | |
2016-02-25 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | Lucas Hecht | |
jackhumbert-master | |||
2016-02-25 | delete old keymap (keymap_eigen.c) | Lucas Hecht | |
2016-02-24 | Added keymap "lucas.c" | Lucas Hecht | |
2016-02-23 | Merge pull request #158 from DidierLoiseau/eclipse-config | Jack Humbert | |
Add Eclipse settings files to .gitignore | |||
2016-02-22 | Merge pull request #159 from Keller-Laminar/patch-1 | Jack Humbert | |
Include Dvorak underscore and plus keys. | |||
2016-02-22 | Include Dvorak underscore and plus keys. | Keller-Laminar | |
There were previously no Dvorak specific underscore and plus key codes. For a keyboard like the Planck which has layers directly to shifted versions of special character keys you were unable to produce those characters using the Lower layer. | |||
2016-02-21 | Merge pull request #157 from DidierLoiseau/typematrix | Jack Humbert | |
Small fixes and improvements to tm2030 layout | |||
2016-02-21 | Added eclipse settings files to .gitignore | Didier Loiseau | |
2016-02-21 | Updated tm2030 keymap.hex | Didier Loiseau | |
2016-02-21 | Fixed compilation warnings due to missing return statements | Didier Loiseau | |
2016-02-21 | Merge pull request #153 from spydon/xmonad_keymap | Jack Humbert | |
Keymap optimized for xmonad | |||
2016-02-21 | Merge pull request #155 from vincent-pochet/fr_ch_extra_keymap | Jack Humbert | |
Add extra keymap for swiss french keyboard | |||
2016-02-20 | Add extra keymap for swiss french keyboard | Vincent Pochet | |
2016-02-18 | Added a keymap optimized for xmonad | Lukas Klingsbo | |
The M(1) function changes layer temporarily (so that numbers can be used) and holds LGUI which makes it possible to easily change virtual screens and swap windows inbetween them. | |||
2016-02-17 | Merge pull request #145 from gerbercj/feature/atreus_astar | Jack Humbert | |
Add support for Atreus running on A-Star | |||
2016-02-17 | Change default controller for Atreus from Teensy2 to A-Star | Chris Gerber | |
2016-02-15 | Add support for Atreus running on A-Star | Chris Gerber | |
2016-02-12 | Merge pull request #141 from XenoBits/master | Erez Zukerman | |
Ergodox EZ new keymap for C# developers | |||
2016-02-12 | Another readme.md improvement | Maxime Millet | |
2016-02-12 | Improved readme | Maxime Millet | |
2016-02-12 | Added C# developer keymap | Maxime Millet | |
2016-02-11 | Merge pull request #140 from lasko/master | Jack Humbert | |
A slightly different default layout | |||
2016-02-11 | Added pageup, pagedown, home, and end keys | Lasko Height | |
2016-02-11 | Added a Tenkey layer and moved the del key | Lasko Height | |
2016-02-11 | Adding my initial layout | Lasko Height | |
2016-02-11 | Adding my initial layout | Lasko Height | |
2016-02-11 | Merge pull request #139 from ↵ | Erez Zukerman | |
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 | |
2016-02-11 | More tweaks to experimental layout | Erez Zukerman | |
2016-02-11 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Erez Zukerman | |
2016-02-10 | Merge pull request #138 from Willyfrog/master | Erez Zukerman | |
ergodox_ez for emacs + mac + altgr users | |||
2016-02-10 | add image | Guillermo Vayá | |
2016-02-10 | Merge pull request #137 from uzytkownik/master | Erez Zukerman | |
Add mpiechotka ergodox ez keymap | |||
2016-02-10 | added .hex file | Guillermo Vayá | |
2016-02-09 | Add mpiechotka ergodox ez keymap | Maciej Piechotka | |
2016-02-08 | Merge pull request #136 from cbbrowne/master | Jack Humbert | |
Random improvements | |||
2016-02-08 | Eliminate switch statement by using contiguous character ranges | Christopher Browne | |
2016-02-08 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-02-08 | Corrects typo | Erez Zukerman | |
2016-02-08 | Merge pull request #130 from jacobono/jacobono | Erez Zukerman | |
Jacobono | |||
2016-02-08 | Updates documentation, adds Cmd/Win dual-function key | Erez Zukerman | |
2016-02-07 | Merge pull request #134 from dragon788/patch-2 | Jack Humbert | |
Added note about using avr_setup.sh | |||
2016-02-07 | Added note about using avr_setup.sh | dragon788 | |
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 | Didier Loiseau | |
- 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 | Didier Loiseau | |
- KC_INS should only be present on Fn layer | |||
2016-02-07 | Fixed link to Magic doc in Dvorak section | DidierLoiseau | |