the-via / app

GNU General Public License v3.0
765 stars 173 forks source link

More number of macros #191

Open rajasegar-c opened 10 months ago

rajasegar-c commented 10 months ago

How to support more number of macros, the current number 16 is not enough for my Ferris Sweep

Xelus22 commented 8 months ago

#define DYNAMIC_KEYMAP_MACRO_COUNT 20 in config.h, where 20 is the number of macros you want. default is 16.

https://github.com/the-via/app/pull/207

would need to wait for this PR ^