Skip to content

Commit

Permalink
shorten the shield name in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 5, 2024
1 parent beb1688 commit 2d2870d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ZMK Firmware Build
on: [push, workflow_dispatch]

jobs:
create-colemak-keymap:
convert-and-store-keymap:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -21,9 +21,6 @@ jobs:
python scripts/convert_keymap.py \
-c q2c \
--in-path "$GITHUB_WORKSPACE/config/charybdis_qwerty.keymap"
- name: List files
run: |
ls -hRl $GITHUB_WORKSPACE
- uses: actions/upload-artifact@v3
with:
name: keymap_files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if SHIELD_CHARYBDIS_RIGHT
if SHIELD_RIGHT

config ZMK_KEYBOARD_NAME
default "Charybdis"
Expand All @@ -8,7 +8,7 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL

endif

if SHIELD_CHARYBDIS_LEFT || SHIELD_CHARYBDIS_RIGHT
if SHIELD_LEFT || SHIELD_RIGHT

config ZMK_SPLIT
default y
Expand Down
8 changes: 4 additions & 4 deletions config/boards/shields/charybdis-mini-wireless/Kconfig.shield
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config SHIELD_CHARYBDIS_LEFT
def_bool $(shields_list_contains,charybdis_left)
config SHIELD_LEFT
def_bool $(shields_list_contains,left)

config SHIELD_CHARYBDIS_RIGHT
def_bool $(shields_list_contains,charybdis_right)
config SHIELD_RIGHT
def_bool $(shields_list_contains,right)
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ features:
- pointer
- colemak DH
siblings:
- charybdis_left
- charybdis_right
- left
- right

0 comments on commit 2d2870d

Please sign in to comment.