Only test w/ Kyria and handwire.
This commit is contained in:
parent
185f9be6ab
commit
f84a41de3e
7 changed files with 8 additions and 8 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
board: [proton_c, nice_nano]
|
board: [proton_c, nice_nano]
|
||||||
shield: [clueboard_california, kyria]
|
shield: [kyria, petejohanson_pro_micro_handwire]
|
||||||
steps:
|
steps:
|
||||||
# To use this repository's private action,
|
# To use this repository's private action,
|
||||||
# you must check out the repository
|
# you must check out the repository
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
if SHIELD_PETEJOHANSON_PROTON_HANDWIRE
|
if SHIELD_PETEJOHANSON_PRO_MICRO_HANDWIRE
|
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "Pete's Proton Handwire"
|
default "Pete's ProMicro Compat Handwire"
|
||||||
|
|
||||||
config ZMK_USB
|
config ZMK_USB
|
||||||
default y
|
default y
|
|
@ -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)
|
|
@ -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)
|
|
Loading…
Reference in a new issue