Browse Source

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

Drashna Jaelre 1 year ago
parent
commit
6a9ccae18d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      quantum/dip_switch.c

+ 1 - 0
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