[Keyboard] Add hardwareabstraction/handwire Board (#18504)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Tom Barnes <barnestom@me.com>
This commit is contained in:
11
keyboards/hardwareabstraction/handwire/config.h
Normal file
11
keyboards/hardwareabstraction/handwire/config.h
Normal file
@@ -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
|
Reference in New Issue
Block a user