Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | Updated License Clarification (markdown) | skullydazed | |
2017-01-28 | Created License Clarification Details (markdown) | skullydazed | |
2017-01-28 | Updated License Clarification (markdown) | skullydazed | |
2017-01-28 | Updated License Clarification (markdown) | skullydazed | |
2017-01-28 | Updated License Clarification (markdown) | skullydazed | |
2017-01-28 | Updated License Clarification (markdown) | skullydazed | |
2017-01-28 | added picture of layout | Yale Thomas | |
2017-01-28 | usability tweaks | Yale Thomas | |
2017-01-28 | mouse keys added | Yale Thomas | |
2017-01-28 | new 'yale' keymap | Yale Thomas | |
2017-01-28 | s/Bkps/Bksp | Stephen Tudor | |
2017-01-29 | Add luke keymap, as an example of the tapping macros | Luke Silva | |
2017-01-28 | Add support for various tapping macros | Luke Silva | |
A macro key can now be easily set to act as a modifier on hold, and press a shifted key when tapped. Or to switch layers when held, and again press a shifted key when tapped. Various other helper defines have been created which send macros when the key is pressed, released and tapped, cleaning up the action_get_macro function inside keymap definitions. The layer switching macros require a GCC extension - 'compound statements enclosed within parentheses'. The use of this extension is already present within the macro subsystem of this project, so its use in this commit should not cause any additional issues. MACRO_NONE had to be cast to a (macro_t*) to suppress compiler warnings within some tapping macros. | |||
2017-01-28 | Carry over Planck updates to my Preonic keymap | Stephen Tudor | |
2017-01-28 | Improve Planck keymap | Stephen Tudor | |
- added escape+shift mod-tap key - replaced BRITE with backtick | |||
2017-01-28 | Merge branch 'master' into smt/planck | Stephen Tudor | |
* master: Clarify license on abnt2 keymap (#1038) replace jackhumbert with qmk Add gitter image, start update to qmk org Remove COLEMAK from preonic_keycodes enum layer defines to enum Update readme for smt Preonic keymap Add smt keymap for Preonic updated all the other keymaps to support the new changes. fix: infinity60 keyboard was not using quantum features. Compare Makefile with itself instead of using `--help` | |||
2017-01-27 | Merge pull request #1043 from potz/patch-1 | skullydazed | |
Clarify license on abnt2 keymap (#1038) | |||
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-28 | eliminate references to shell_layer | lucwastiaux | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-28 | documented dual mode capslock | lucwastiaux | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | split kinesis layout into ergodox and planck style symbol layers | milestogo | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Clarify license on abnt2 keymap (#1038) | Potiguar Faga | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Added Espynn's keymap | folkert4 | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Updated License Clarification (markdown) | skullydazed | |
2017-01-27 | Created License Clarification (markdown) | skullydazed | |
2017-01-27 | Merge pull request #869 from dylanjgscott/master | Jack Humbert | |
Use `type cmp` to test for cmp in Makefile | |||
2017-01-27 | dual capslock functionality, activating shell nav or brackets | lucwastiaux | |
2017-01-27 | Merge remote-tracking branch 'upstream/master' | Brendan Johan Lee | |
2017-01-27 | [deadcyclo layout] Added more unicode keys and ibus unicode compose trigger keys | Brendan Johan Lee | |
2017-01-27 | Merge pull request #1035 from qmk/qmk_org_changes | Jack Humbert | |
Updated urls due to transfer to qmk org | |||
2017-01-27 | Add ability to use tap macros without using functions | Luke Silva | |