Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-02 | Renamed scripts to show order | ||
2016-03-02 | Added logging to setup script | ||
2016-03-02 | Removed unneeded lines from setup script | ||
2016-02-26 | Added Windows environment setup script | ||
2016-02-26 | Include MSYS directory in Windows path | ||
2016-02-25 | Add script to setup the PATH variable on Windows | ||
2016-02-23 | Merge pull request #158 from DidierLoiseau/eclipse-config | ||
Add Eclipse settings files to .gitignore | |||
2016-02-22 | Merge pull request #159 from Keller-Laminar/patch-1 | ||
Include Dvorak underscore and plus keys. | |||
2016-02-22 | Include Dvorak underscore and plus keys. | ||
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 | ||
Small fixes and improvements to tm2030 layout | |||
2016-02-21 | Added eclipse settings files to .gitignore | ||
2016-02-21 | Updated tm2030 keymap.hex | ||
2016-02-21 | Fixed compilation warnings due to missing return statements | ||
2016-02-21 | Merge pull request #153 from spydon/xmonad_keymap | ||
Keymap optimized for xmonad | |||
2016-02-21 | Merge pull request #155 from vincent-pochet/fr_ch_extra_keymap | ||
Add extra keymap for swiss french keyboard | |||
2016-02-20 | Add extra keymap for swiss french keyboard | ||
2016-02-18 | Added a keymap optimized for xmonad | ||
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 | ||
Add support for Atreus running on A-Star | |||
2016-02-17 | Change default controller for Atreus from Teensy2 to A-Star | ||
2016-02-15 | Add support for Atreus running on A-Star | ||
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-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-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 | ||