~ruther/qmk_firmware

31745517 — Eric-L-T 9 years ago
Update action.c
1a09e96b — Wojciech Siewierski 9 years ago
Update the memory consumption total value in README
36103edb — Wojciech Siewierski 9 years ago
Update the memory consumption of PREVENT_STUCK_MODIFIERS in README
b4f442df — Wojciech Siewierski 9 years ago
Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half
a5cdc3aa — Wojciech Siewierski 9 years ago
Expose the pressed_actions_cache global variable
73cb8774 — Wojciech Siewierski 9 years ago
Always provide an implementation of process_action_nocache
20dd9c03 — Wojciech Siewierski 9 years ago
process_action may be called either with key cache or without it

If one wants to temporarily disable the key cache (for example because
it interferes with a macro), `disable_action_cache` must be set to
`true`. `process_action_nocache` is a simple wrapper doing just that for
a single call.
8d55a12a — Wojciech Siewierski 9 years ago
Document the issue of stuck modifiers
c2480884 — Wojciech Siewierski 9 years ago
Fix the layer-dependent modifiers handling

Closes #181.
4e425006 — Jack Humbert 9 years ago
Merge pull request #180 from NoahAndrews/add-build-instructions

Added build instructions to BUILD_GUIDE.md
55366855 — Noah Andrews 9 years ago
Added build instructions to BUILD_GUIDE.md
4a5a2640 — Jack Humbert 9 years ago
Merge pull request #179 from NoahAndrews/add-win-linux-instructions

Added Windows and Linux instructions to BUILD_GUIDE.md
fe7738f2 — Noah Andrews 9 years ago
Added Windows and Linux instructions to BUILD_GUIDE.md
825626b1 — Jack Humbert 9 years ago
Merge pull request #176 from NoahAndrews/fix-new-projects

Fix building new projects
ee1b9404 — Noah Andrews 9 years ago
Remove extraneous comma
5f3e99f6 — Jack Humbert 9 years ago
Merge pull request #171 from NoahAndrews/restructure-documentation

Restructure documentation
3f7180a7 — Jack Humbert 9 years ago
Merge pull request #170 from NoahAndrews/improve-windows-docs

Add scripts for easy Windows environment setup
cc46f698 — Jack Humbert 9 years ago
Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-master

added planck keymap and troubleshooting part in the PCB guide
984c82a0 — Jack Humbert 9 years ago
Merge pull request #175 from NoahAndrews/fix-#174

Fix #174
de1e2000 — Noah Andrews 9 years ago
Fix #174
Next