X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fplanck%2Fkeymaps%2Fvifon%2Fconfig.h;h=a08b37cbe6f5c3e01c6362ad6fd7837e73da5cf4;hb=e51001efcc3ff8b64f8264e8bd4c2dbea15f3364;hp=9cb0634fb324cb85140144bc12d038850bc03d51;hpb=52d7f7d2770a35adf0b0b0c803e05ae8719f539f;p=qmk_firmware.git diff --git a/keyboards/planck/keymaps/vifon/config.h b/keyboards/planck/keymaps/vifon/config.h index 9cb0634fb..a08b37cbe 100644 --- a/keyboards/planck/keymaps/vifon/config.h +++ b/keyboards/planck/keymaps/vifon/config.h @@ -81,6 +81,11 @@ along with this program. If not, see . /* prevent the modifiers from being stuck, sacrificing some memory */ #define PREVENT_STUCK_MODIFIERS +/* A larger buffer for the dynamic macros as this keymap is not taking + * up that much memory. + */ +#define DYNAMIC_MACRO_SIZE 256 + #ifdef SUBPROJECT_rev3 #include "rev3/config.h" #endif