Wojciech Siewierski
8ef14d09b8
Update PREVENT_STUCK_MODIFIERS documentation in README
2016-04-02 19:45:02 +02:00
Wojciech Siewierski
4dce7258d1
Cleanup after merge
...
- remove a superfluous parenthesis
- wrap lines longer than 80 characters
- add const specifiers where appropriate
- remove unnecessary casts
2016-04-02 19:29:01 +02:00
Wojciech Siewierski
97cc44e063
Merge branch 'modifier-release-fix' of https://github.com/eltang/qmk_firmware into modifier-release-fix
2016-04-02 19:25:10 +02:00
eltang
5a9091689c
Update action.c
2016-04-02 10:00:31 -07:00
eltang
6c8e374d57
Update action.c
2016-04-02 09:59:53 -07:00
eltang
f4f592910c
Update action.c
2016-04-02 09:34:01 -07:00
eltang
da101b8866
Update action.c
2016-04-02 09:29:32 -07:00
eltang
fddccc95fe
Update action.c
2016-04-02 09:13:13 -07:00
eltang
680301e3e3
Update action.c
2016-04-02 06:48:44 -07:00
Eric-L-T
f5365d1c1c
Update action.c
2016-04-01 20:04:13 -07:00
Eric-L-T
307f1dee21
Update action.c
2016-04-01 19:54:02 -07:00
Eric-L-T
420fc8620b
Update action.c
2016-04-01 18:26:43 -07:00
Eric-L-T
9a35f01c55
Update action.c
2016-04-01 13:49:03 -07:00
Eric-L-T
cd8dd1b6d6
Update action.h
2016-04-01 13:45:01 -07:00
Eric-L-T
317455178d
Update action.c
2016-04-01 13:43:49 -07:00
Wojciech Siewierski
1a09e96b95
Update the memory consumption total value in README
2016-03-28 10:05:42 +02:00
Wojciech Siewierski
36103edb7d
Update the memory consumption of PREVENT_STUCK_MODIFIERS in README
2016-03-28 00:25:43 +02:00
Wojciech Siewierski
b4f442dfea
Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half
2016-03-27 23:51:46 +02:00
Wojciech Siewierski
a5cdc3aab1
Expose the pressed_actions_cache global variable
2016-03-15 16:51:50 +01:00
Wojciech Siewierski
73cb87740b
Always provide an implementation of process_action_nocache
2016-03-15 16:03:30 +01:00
Wojciech Siewierski
20dd9c0326
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.
2016-03-13 00:18:20 +01:00
Wojciech Siewierski
8d55a12a95
Document the issue of stuck modifiers
2016-03-08 08:48:43 +01:00
Wojciech Siewierski
c2480884aa
Fix the layer-dependent modifiers handling
...
Closes #181 .
2016-03-05 14:42:17 +01:00
Jack Humbert
4e4250063e
Merge pull request #180 from NoahAndrews/add-build-instructions
...
Added build instructions to BUILD_GUIDE.md
2016-03-04 23:34:45 -05:00
Noah Andrews
553668550b
Added build instructions to BUILD_GUIDE.md
2016-03-04 23:21:29 -05:00
Jack Humbert
4a5a2640b9
Merge pull request #179 from NoahAndrews/add-win-linux-instructions
...
Added Windows and Linux instructions to BUILD_GUIDE.md
2016-03-04 21:57:39 -05:00
Noah Andrews
fe7738f2df
Added Windows and Linux instructions to BUILD_GUIDE.md
2016-03-04 21:51:09 -05:00
Jack Humbert
825626b1f4
Merge pull request #176 from NoahAndrews/fix-new-projects
...
Fix building new projects
2016-03-04 10:58:36 -05:00
Noah Andrews
ee1b94045e
Remove extraneous comma
2016-03-04 10:53:58 -05:00
Jack Humbert
5f3e99f67b
Merge pull request #171 from NoahAndrews/restructure-documentation
...
Restructure documentation
2016-03-04 10:19:28 -05:00
Jack Humbert
3f7180a73e
Merge pull request #170 from NoahAndrews/improve-windows-docs
...
Add scripts for easy Windows environment setup
2016-03-04 10:19:00 -05:00
Jack Humbert
cc46f69843
Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-master
...
added planck keymap and troubleshooting part in the PCB guide
2016-03-04 10:17:14 -05:00
Jack Humbert
984c82a0f8
Merge pull request #175 from NoahAndrews/fix-#174
...
Fix #174
2016-03-04 10:16:07 -05:00
Noah Andrews
de1e200021
Fix #174
2016-03-04 10:15:21 -05:00
Jack Humbert
ccf848917b
Merge pull request #172 from plgruener/pr1
...
add missing keys to keymap_neo2.h
2016-03-03 23:35:12 -05:00
plgruener
4ca4322501
update neo keymap
2016-03-03 10:25:23 +01:00
Noah Andrews
b9c22ff8fc
Clarified recommended Mac setup method
2016-03-02 22:38:22 -05:00
Noah Andrews
492e88b24b
Updated README to point to new build guide
2016-03-02 22:33:38 -05:00
Noah Andrews
0eb252eb61
Added Mac section (copy/pasted from PCB_GUIDE.md)
2016-03-02 22:16:43 -05:00
Noah Andrews
04b47cb2eb
Renamed handwriting guide to fit repository convention
2016-03-02 22:10:10 -05:00
Noah Andrews
92c3397ffc
Added placeholder for windows section of build guide
2016-03-02 22:07:26 -05:00
Noah Andrews
3871ced15c
Added Vagrant explanation
2016-03-02 22:03:25 -05:00
Noah Andrews
a399823b93
Added stub BUILD_GUIDE.md
2016-03-02 21:53:55 -05:00
Noah Andrews
d47cac9bb3
Renamed QUICK_START.md to VAGRANT_GUIDE.md
2016-03-02 21:27:45 -05:00
Noah Andrews
140a311e65
Fix link to MHV AVR Tools
2016-03-02 13:06:33 -05:00
Noah Andrews
45933e84f1
Added documentation for new Windows scripts
2016-03-02 13:02:13 -05:00
Noah Andrews
240f8d9fe0
Renamed scripts to show order
2016-03-02 12:54:53 -05:00
Noah Andrews
c03d10d676
Added logging to setup script
2016-03-02 12:48:10 -05:00
Noah Andrews
06de9628be
Removed unneeded lines from setup script
2016-03-02 12:25:21 -05:00
Jack Humbert
93c9d2bc9f
Merge pull request #166 from kletord/fix_french_keymap
...
Fix FR_RCBR declaration in keymap_french.h
2016-02-27 09:31:34 -05:00