summaryrefslogtreecommitdiff
path: root/quantum/dynamic_keymap.h
diff options
context:
space:
mode:
authorIlya Zhuravlev <whatever@xyz.is>2021-07-12 00:00:32 -0400
committerIlya Zhuravlev <whatever@xyz.is>2021-07-17 23:46:11 -0400
commite7789a9502ffe7166599823e577e7f8c8a27456b (patch)
tree00cb790a2333fed180481fbfcdae6d4508b5036c /quantum/dynamic_keymap.h
parent14c7ba62b01a9e17090a79b904867fe0c3b54815 (diff)
vial: change number of tapdance/combos enabled based on eeprom size
Diffstat (limited to 'quantum/dynamic_keymap.h')
-rw-r--r--quantum/dynamic_keymap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/dynamic_keymap.h b/quantum/dynamic_keymap.h
index 5114cbe46a..023af87ea7 100644
--- a/quantum/dynamic_keymap.h
+++ b/quantum/dynamic_keymap.h
@@ -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