logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 6a9ccae18d6a9cd39dbbd5c0fb9aa26f4742c2f7
parent 5650894c2047a0cf5e77456ba7e62763dd8ba04f
Author: Drashna Jaelre <drashna@live.com>
Date:   Fri, 24 Jan 2025 19:11:38 -0800

Fix missing wait.h include in Dip Switch Map (#24863)


Diffstat:

Mquantum/dip_switch.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/quantum/dip_switch.c b/quantum/dip_switch.c @@ -64,6 +64,7 @@ __attribute__((weak)) bool dip_switch_update_mask_kb(uint32_t state) { #ifdef DIP_SWITCH_MAP_ENABLE # include "keymap_introspection.h" # include "action.h" +# include "wait.h" # ifndef DIP_SWITCH_MAP_KEY_DELAY # define DIP_SWITCH_MAP_KEY_DELAY TAP_CODE_DELAY