vial: always include qmk_settings.h for fallback defines

This commit is contained in:
Ilya Zhuravlev 2021-07-11 22:34:23 -04:00
parent e25205e35d
commit e165e8c94a

View File

@ -48,9 +48,7 @@ _Static_assert(sizeof(vial_unlock_combo_rows) == sizeof(vial_unlock_combo_cols),
#define VIAL_ENCODER_KEYCODE_DELAY 10
#endif
#ifdef QMK_SETTINGS
#include "qmk_settings.h"
#endif
#ifdef VIAL_TAP_DANCE_ENABLE
static void reload_tap_dance(void);