summaryrefslogtreecommitdiff
path: root/quantum/dip_switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/dip_switch.h')
-rw-r--r--quantum/dip_switch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/dip_switch.h b/quantum/dip_switch.h
index 058a10f41f..6e79dcb0bf 100644
--- a/quantum/dip_switch.h
+++ b/quantum/dip_switch.h
@@ -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);