vial: change number of tapdance/combos enabled based on eeprom size

This commit is contained in:
Ilya Zhuravlev
2021-07-12 00:00:32 -04:00
parent 14c7ba62b0
commit e7789a9502
4 changed files with 51 additions and 24 deletions

View File

@ -18,6 +18,10 @@
#include <stdint.h>
#include <stdbool.h>
#ifdef VIAL_ENABLE
#include "vial.h"
#endif
#ifndef DYNAMIC_KEYMAP_LAYER_COUNT
# define DYNAMIC_KEYMAP_LAYER_COUNT 4
#endif