Add the Bolt Industries Pico 87 keyboard, a DIY tenkeyless keyboard using the Raspberry Pi Pico. Since there is no common connector defined for the board, the GPIO bank is referenced directly as &gpio0 in the device tree overlay. Signed-off-by: Florian Limberger <flo@purplekraken.com>
5 lines
140 B
Text
5 lines
140 B
Text
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_PICO87
|
|
def_bool $(shields_list_contains,pico87)
|