Only test w/ Kyria and handwire.

This commit is contained in:
Pete Johanson 2020-06-26 11:38:58 -04:00
parent 185f9be6ab
commit f84a41de3e
7 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
board: [proton_c, nice_nano]
shield: [clueboard_california, kyria]
shield: [kyria, petejohanson_pro_micro_handwire]
steps:
# To use this repository's private action,
# you must check out the repository

View File

@ -1,8 +1,8 @@
if SHIELD_PETEJOHANSON_PROTON_HANDWIRE
if SHIELD_PETEJOHANSON_PRO_MICRO_HANDWIRE
config ZMK_KEYBOARD_NAME
default "Pete's Proton Handwire"
default "Pete's ProMicro Compat Handwire"
config ZMK_USB
default y

View File

@ -0,0 +1,5 @@
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
config SHIELD_PETEJOHANSON_PRO_MICRO_HANDWIRE
def_bool $(shields_list_contains,petejohanson_pro_micro_handwire)

View File

@ -1,5 +0,0 @@
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
config SHIELD_PETEJOHANSON_PROTON_HANDWIRE
def_bool $(shields_list_contains,petejohanson_proton_handwire)