From 46fe3b0cf562ff4b62b9a2f50598976ca02e2e2b Mon Sep 17 00:00:00 2001 From: Andy Tsai Date: Mon, 10 Oct 2022 01:37:25 -0700 Subject: [Keyboard] Add hardwareabstraction/handwire Board (#18504) Co-authored-by: Drashna Jaelre Co-authored-by: Tom Barnes --- keyboards/hardwareabstraction/handwire/config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 keyboards/hardwareabstraction/handwire/config.h (limited to 'keyboards/hardwareabstraction/handwire/config.h') 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 -- cgit v1.2.3