| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-22 | fix typo | ||
| 2017-03-22 | fixed a bug related to mod + Grave with combined ESC/Grave key | ||
| This only applies to keymaps that has combined esc/grave. Here we call it theKEY. Think about the motion when we do shift + theKEY (typing ~), or CMD + theKEY (switching window on MAC). Based on the original code, we must do following sequence: press shift -> press theKEY -> release theKEY -> release shift. However, it is very possible and natural that we do this stroke sequence instead: press shift -> press theKEY -> release shift -> release theKEY. If we do the 2nd stroke sequence, the code will del_key(ESC) instead of (GRV) when we release theKEY. This caused some inconvenient issues and ghost typing. By adding a flag, this issue is eliminated and will not affect any other functions. | |||
| 2017-03-15 | Update config.h | ||
| 2017-03-15 | Update config.h | ||
| 2017-03-15 | Merge pull request #1152 from UnintendedFeature/bugfix/issue1151 | ||
| readme keymap.h to quantum_keycodes.h | |||
| 2017-03-15 | Merge pull request #1090 from qmk/backlight_softpwm | ||
| Adds soft PWM backlight for non-timed ports | |||
| 2017-03-15 | Merge pull request #1146 from khogeland/master | ||
| Colemak layout for Clueboard | |||
| 2017-03-15 | Merge pull request #1147 from nooges/numpad20 | ||
| Add handwired 20-key Numpad | |||
| 2017-03-15 | Merge pull request #1150 from nooges/ortho5x13 | ||
| Add handwired 5x13 ortholinear keyboard | |||
| 2017-03-15 | Merge pull request #1148 from nooges/hexwire-lets-split | ||
| Add Hexwire layout for Let's Split | |||
| 2017-03-15 | Merge pull request #1155 from deadcyclo/master | ||
| Worked on deadcyclo layout | |||
| 2017-03-15 | Merge pull request #1145 from smt/smt/lets_split | ||
| Add smt keymap for Let's Split (based on serial) | |||
| 2017-03-15 | Merge pull request #1144 from milestogo/sculpt2 | ||
| Microsoft sculpt mobile handwire and new shortcuts macro library | |||
| 2017-03-15 | update for infinity | ||
| 2017-03-14 | Add RGB underglow, move keys to allow Adjust layer to be reached | ||
| 2017-03-13 | Update readme.md | ||
| 2017-03-12 | Merge pull request #1154 from dennistruemper/neo2_on_qwerz_hardware | ||
| Neo2 on qwertz hardware | |||
| 2017-03-11 | [deadcyclo layout] fix an error in layer illustration | ||
| 2017-03-11 | [deadcyclo layout] Added second unicode layer, more sane layer switches | ||
| 2017-03-11 | remove typo from folder name | ||
| 2017-03-11 | update documentation | ||
| 2017-03-11 | change layer 3 on right thumb back to layer 1 | ||
| 2017-03-11 | working but some documentation needed | ||
| 2017-03-09 | readme keymap.h to quantum_keycodes.h | ||
| Changed the quantum/keymap.h to quantum/quantum_keycodes.h because this seems to be the file where they keycodes are defined. | |||
| 2017-03-09 | Add handwired 5x13 ortholinear keyboard | ||
| 2017-03-09 | Initial commit for handwired numpad | ||
| 2017-03-09 | Add readme for layout | ||
| 2017-03-09 | Convert keymap to compact version | ||
| 2017-03-09 | Add hexwire layout for Let’s Split | ||
| 2017-03-09 | Colemak layout for Clueboard | ||
| 2017-03-08 | Update smt keymap READMEs | ||
| 2017-03-08 | Tweaks keymap to reset on boot | ||
| 2017-03-08 | Merge branch 'master' into sculpt2 | ||
| 2017-03-08 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2017-03-08 | docs for babblepaste | ||
| 2017-03-08 | Merge pull request #1137 from Skrymir/patch-1 | ||
| Fixed minor error in ergodox infinity section. | |||
| 2017-03-08 | Merge pull request #1138 from nooges/magicforce68 | ||
| Add Handwired Magicforce68 | |||
| 2017-03-08 | Merge pull request #1140 from stites/freebsd | ||
| Add FreeBSD support in "util/install_dependencies.sh" | |||
| 2017-03-08 | Merge pull request #1142 from guni77/my_keymap | ||
| My keymap | |||
| 2017-03-08 | Merge pull request #1143 from UnintendedFeature/feature/keymap-german-lukas | ||
| keymap german lukas | |||
| 2017-03-08 | Update smt keymaps for consistency | ||
| 2017-03-08 | readme | ||
| Added a readme.md file for the keymap german-lukas. | |||
| 2017-03-08 | Corrected the description of the layer | ||
| Corrected the description of the Shortcuts layer. | |||
| 2017-03-08 | Added german-lukas | ||
| Added my keymap called germman-lukas. | |||
| 2017-03-08 | Left control and alt | ||
| Use the left control and the left alt key. | |||
| 2017-03-08 | added readme file | ||
| 2017-03-08 | fix stupid error w/ mode switch | ||
| 2017-03-08 | added browser babble, removed code from keymap | ||
| 2017-03-07 | Fix function layer actions | ||
| 2017-03-07 | Add Makefile | ||