vial: always include qmk_settings.h for fallback defines
parent
e25205e35d
commit
e165e8c94a
|
|
@ -48,9 +48,7 @@ _Static_assert(sizeof(vial_unlock_combo_rows) == sizeof(vial_unlock_combo_cols),
|
||||||
#define VIAL_ENCODER_KEYCODE_DELAY 10
|
#define VIAL_ENCODER_KEYCODE_DELAY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef QMK_SETTINGS
|
|
||||||
#include "qmk_settings.h"
|
#include "qmk_settings.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef VIAL_TAP_DANCE_ENABLE
|
#ifdef VIAL_TAP_DANCE_ENABLE
|
||||||
static void reload_tap_dance(void);
|
static void reload_tap_dance(void);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue