[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:
parent
2dadbbf04d
commit
46fe3b0cf5
8 changed files with 574 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue