Reduce the default dynamic macro buffer

There have been reports of it leaving not enough free memory preventing
the keyboard from working properly.
This commit is contained in:
Wojciech Siewierski 2016-10-09 12:52:39 +02:00
parent a9df99b81c
commit 70f32842e5
2 changed files with 9 additions and 4 deletions

View file

@ -8,8 +8,13 @@
/* May be overridden with a custom value. Be aware that the effective
* macro length is half of this value: each keypress is recorded twice
* because of the down-event and up-event. This is not a bug, it's the
* intended behavior. */
#define DYNAMIC_MACRO_SIZE 256
* intended behavior.
*
* Usually it should be fine to set the macro size to at least 256 but
* there have been reports of it being too much in some users' cases,
* so 128 is considered a safe default.
*/
#define DYNAMIC_MACRO_SIZE 128
#endif
/* DYNAMIC_MACRO_RANGE must be set as the last element of user's