[Keyboard] Add/Update Pimoroni keybow 2040 (#23986)

* [Keyboard] Add pimoroni/keybow2040

* [Keyboard] Update pimoroni/keybow2040

Co-Authored-By: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-Authored-By: Sandy Macdonald <1325593+sandyjmacdonald@users.noreply.github.com>

---------

Co-authored-by: Tony Finch <dot@dotat.at>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Sandy Macdonald <1325593+sandyjmacdonald@users.noreply.github.com>
This commit is contained in:
Wilfried JEANNIARD 2024-08-15 16:22:07 +02:00 committed by GitHub
parent 39324e642f
commit fe50774cb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 300 additions and 0 deletions

View file

@ -0,0 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_I2C TRUE
#include_next <halconf.h>