Reduce includes for dip_switch header (#18951)

This commit is contained in:
Joel Challis
2022-11-04 11:54:35 +00:00
committed by GitHub
parent 8213eb7fbb
commit ea98aa8e5e
2 changed files with 7 additions and 4 deletions

View File

@@ -18,7 +18,8 @@
#pragma once
#include "quantum.h"
#include <stdbool.h>
#include <stdint.h>
bool dip_switch_update_kb(uint8_t index, bool active);
bool dip_switch_update_user(uint8_t index, bool active);