summaryrefslogtreecommitdiff
path: root/keyboards/hardwareabstraction/handwire/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hardwareabstraction/handwire/config.h')
-rw-r--r--keyboards/hardwareabstraction/handwire/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/hardwareabstraction/handwire/config.h b/keyboards/hardwareabstraction/handwire/config.h
new file mode 100644
index 0000000000..b8b96eb5ac
--- /dev/null
+++ b/keyboards/hardwareabstraction/handwire/config.h
@@ -0,0 +1,11 @@
+// Copyright 2022 Andy Tsai (@atsai)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#ifdef HAPTIC_ENABLE
+#define SOLENOID_PIN E6
+#endif
+
+#define BUZZER_ENABLE
+#define BUZZER_PIN B2