Skip to content

Commit

Permalink
fix keymap action
Browse files Browse the repository at this point in the history
  • Loading branch information
willpuckett authored and github-actions[bot] committed Nov 20, 2024
1 parent e9599fa commit fbd134b
Show file tree
Hide file tree
Showing 4 changed files with 2,530 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/keymap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ LAYOUTS=('qwerty' 'engrammer' 'engrammer_shifted')
ZMK_KEYMAP="config/boards/shields/${PROJECT}/${PROJECT}.keymap"
DTS_LAYOUT=(--dts-layout "config/boards/shields/${PROJECT}/${PROJECT}-layouts.dtsi")

[[ -d .images ]] || mkdir .images

# Iterate over array keys
# https://devhints.io/bash#arrays
for i in "${!LAYOUTS[@]}"; do
Expand Down
Loading

0 comments on commit fbd134b

Please sign in to comment.