From f84a41de3e72c022edebc1a3e90df0aa140451e6 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 26 Jun 2020 11:38:58 -0400 Subject: [PATCH] Only test w/ Kyria and handwire. --- .github/workflows/build.yml | 2 +- .../Kconfig.defconfig | 4 ++-- .../shields/petejohanson_pro_micro_handwire/Kconfig.shield | 5 +++++ .../keymap/keymap.overlay | 0 .../petejohanson_pro_micro_handwire.conf} | 0 .../petejohanson_pro_micro_handwire.overlay} | 0 .../shields/petejohanson_proton_handwire/Kconfig.shield | 5 ----- 7 files changed, 8 insertions(+), 8 deletions(-) rename app/boards/shields/{petejohanson_proton_handwire => petejohanson_pro_micro_handwire}/Kconfig.defconfig (53%) create mode 100644 app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.shield rename app/boards/shields/{petejohanson_proton_handwire => petejohanson_pro_micro_handwire}/keymap/keymap.overlay (100%) rename app/boards/shields/{petejohanson_proton_handwire/petejohanson_proton_handwire.conf => petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.conf} (100%) rename app/boards/shields/{petejohanson_proton_handwire/petejohanson_proton_handwire.overlay => petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.overlay} (100%) delete mode 100644 app/boards/shields/petejohanson_proton_handwire/Kconfig.shield diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0ba5ef..c823fb46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig similarity index 53% rename from app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig rename to app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig index 196c636e..5098fc81 100644 --- a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig +++ b/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig @@ -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 diff --git a/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.shield b/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.shield new file mode 100644 index 00000000..b6264dbc --- /dev/null +++ b/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.shield @@ -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) diff --git a/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay b/app/boards/shields/petejohanson_pro_micro_handwire/keymap/keymap.overlay similarity index 100% rename from app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay rename to app/boards/shields/petejohanson_pro_micro_handwire/keymap/keymap.overlay diff --git a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf b/app/boards/shields/petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.conf similarity index 100% rename from app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf rename to app/boards/shields/petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.conf diff --git a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay b/app/boards/shields/petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.overlay similarity index 100% rename from app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay rename to app/boards/shields/petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.overlay diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.shield b/app/boards/shields/petejohanson_proton_handwire/Kconfig.shield deleted file mode 100644 index e43f57d3..00000000 --- a/app/boards/shields/petejohanson_proton_handwire/Kconfig.shield +++ /dev/null @@ -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)