diff options
-rw-r--r-- | .github/workflows/build.yml | 2 | ||||
-rw-r--r-- | app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig (renamed from app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig) | 4 | ||||
-rw-r--r-- | app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.shield | 5 | ||||
-rw-r--r-- | app/boards/shields/petejohanson_pro_micro_handwire/keymap/keymap.overlay (renamed from app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay) | 0 | ||||
-rw-r--r-- | app/boards/shields/petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.conf (renamed from app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf) | 0 | ||||
-rw-r--r-- | app/boards/shields/petejohanson_pro_micro_handwire/petejohanson_pro_micro_handwire.overlay (renamed from app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay) | 0 | ||||
-rw-r--r-- | app/boards/shields/petejohanson_proton_handwire/Kconfig.shield | 5 |
7 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0ba5e..c823fb4 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 index 196c636..5098fc8 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 0000000..b6264db --- /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 index ca03557..ca03557 100644 --- a/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay +++ b/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 index e69de29..e69de29 100644 --- a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.conf +++ b/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 index 1b27b93..1b27b93 100644 --- a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay +++ b/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 e43f57d..0000000 --- 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) |