summaryrefslogtreecommitdiff
path: root/keyboards/hardwareabstraction/handwire/config.h
diff options
context:
space:
mode:
authorAndy Tsai <cgmandy@gmail.com>2022-10-10 01:37:25 -0700
committerGitHub <noreply@github.com>2022-10-10 09:37:25 +0100
commit46fe3b0cf562ff4b62b9a2f50598976ca02e2e2b (patch)
tree3a69f88c57c733268303c384a92fe8c5025fac26 /keyboards/hardwareabstraction/handwire/config.h
parent2dadbbf04deac73309f740c06b9fae0c01d07f3c (diff)
[Keyboard] Add hardwareabstraction/handwire Board (#18504)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Tom Barnes <barnestom@me.com>
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