vial: change number of tapdance/combos enabled based on eeprom size
This commit is contained in:
parent
14c7ba62b0
commit
e7789a9502
4 changed files with 51 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue