VIA configurator refactor

This commit is contained in:
Wilba
2020-01-04 07:52:00 +11:00
committed by Florian Didron
parent e41ab50016
commit 9b9e5e1d47
9 changed files with 623 additions and 39 deletions
+8
View File
@@ -170,6 +170,14 @@ extern layer_state_t layer_state;
#include "process_dynamic_macro.h"
#endif
#ifdef DYNAMIC_KEYMAP_ENABLE
# include "dynamic_keymap.h"
#endif
#ifdef VIA_ENABLE
# include "via.h"
#endif
// Function substitutions to ease GPIO manipulation
#if defined(__AVR__)
typedef uint8_t pin_t;