zmk/app/boards/shields/pico87/Kconfig.defconfig
Florian Limberger 81731ef819 feat(boards): Add the Pico 87 Keyboard
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>
2024-01-04 10:00:54 +01:00

9 lines
146 B
Text

# Copyright (c) 2023 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_PICO87
config ZMK_KEYBOARD_NAME
default "Pico 87"
endif