summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-28Updated License Clarification (markdown)skullydazed
2017-01-28Created License Clarification Details (markdown)skullydazed
2017-01-28Updated License Clarification (markdown)skullydazed
2017-01-28Updated License Clarification (markdown)skullydazed
2017-01-28Updated License Clarification (markdown)skullydazed
2017-01-28Updated License Clarification (markdown)skullydazed
2017-01-28added picture of layoutYale Thomas
2017-01-28usability tweaksYale Thomas
2017-01-28mouse keys addedYale Thomas
2017-01-28new 'yale' keymapYale Thomas
2017-01-28s/Bkps/BkspStephen Tudor
2017-01-29Add luke keymap, as an example of the tapping macrosLuke Silva
2017-01-28Add support for various tapping macrosLuke 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-28Carry over Planck updates to my Preonic keymapStephen Tudor
2017-01-28Improve Planck keymapStephen Tudor
- added escape+shift mod-tap key - replaced BRITE with backtick
2017-01-28Merge branch 'master' into smt/planckStephen 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-27Merge pull request #1043 from potz/patch-1skullydazed
Clarify license on abnt2 keymap (#1038)
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-28eliminate references to shell_layerlucwastiaux
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-28documented dual mode capslocklucwastiaux
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27split kinesis layout into ergodox and planck style symbol layersmilestogo
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Clarify license on abnt2 keymap (#1038)Potiguar Faga
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Added Espynn's keymapfolkert4
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Updated License Clarification (markdown)skullydazed
2017-01-27Created License Clarification (markdown)skullydazed
2017-01-27Merge pull request #869 from dylanjgscott/masterJack Humbert
Use `type cmp` to test for cmp in Makefile
2017-01-27dual capslock functionality, activating shell nav or bracketslucwastiaux
2017-01-27Merge remote-tracking branch 'upstream/master'Brendan Johan Lee
2017-01-27[deadcyclo layout] Added more unicode keys and ibus unicode compose trigger keysBrendan Johan Lee
2017-01-27Merge pull request #1035 from qmk/qmk_org_changesJack Humbert
Updated urls due to transfer to qmk org
2017-01-27Add ability to use tap macros without using functionsLuke Silva