vial: measure space used for vial features

This commit is contained in:
Slava 2023-11-30 22:36:24 +03:00
commit 4dfda7f812
2 changed files with 45 additions and 2 deletions

View file

@ -31,6 +31,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Vial features
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
// looks like this DYNAMIC_MACRO_SIZE doesn't change anything
#define DYNAMIC_MACRO_SIZE 0
#define VIAL_TAP_DANCE_ENTRIES 0
#define VIAL_COMBO_ENTRIES 0
/* 8 entries take only 6 bytes more than 2 entries
Thus, 8 and 0 are the only reasonable values. */
#define VIAL_KEY_OVERRIDE_ENTRIES 8
#define VIAL_TAP_DANCE_ENTRIES 8
#define VIAL_COMBO_ENTRIES 8