1
0
Fork 0

[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:
Andy Tsai 2022-10-10 01:37:25 -07:00 committed by GitHub
parent 2dadbbf04d
commit 46fe3b0cf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 574 additions and 0 deletions

View 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