Skip to content

Commit

Permalink
update keymap names for photo layer
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 16, 2024
1 parent 5b7e24a commit 0cfcd79
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 39 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
name: keymap_files
path: ${{ github.workspace }}/config/*.keymap

# build:
# needs: convert-and-store-keymap
# uses: ./.github/workflows/user_config_build.yaml
# # uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
build:
needs: convert-and-store-keymap
uses: ./.github/workflows/user_config_build.yaml
# uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

keymap_images:
# needs: build
needs: build
permissions:
contents: write
uses: ./.github/workflows/draw_keymaps.yaml
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/draw_keymaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,18 +158,6 @@ jobs:
, "&VSplit": "VSPLIT"
, "&caps_word": "CAPS WORD"
, "&td_bore": "L_BASE L_EXTRA"
, "Ctl+Alt+ E": "FIT"
, "Ctl+Alt+E": "FIT"
, "Sft+ DELETE": "DELETE"
, "Meh+ Z": "TAG Z"
, "Meh+ E": "TAG E"
, "Meh+ A": "TAG A"
, "Meh+ S": "TAG S"
, "Meh+ B": "TAG B"
, "Alt+Sft+ A": "SHOW TAGS"
, "Alt+ KP 1": "REJECT"
, "Alt+ KP 2": "PENDING"
, "Alt+ KP 3": "ACCEPT"
}
run: |
get_args() {
Expand Down
44 changes: 22 additions & 22 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ draw_config:
rel_h: 12.0
rx: 4.0
ry: 4.0
svg_extra_style: "
@media (prefers-color-scheme: dark) {
svg.keymap { fill: #dca448; }
rect.key { fill: #1e1e1e; }
rect.key, rect.combo { stroke: #122532; }
rect.combo, rect.combo-separate { fill: #2e4857; }
rect.held, rect.combo.held { fill: #5b3131; }
text.label, text.footer { stroke: #331d36;
stroke-width: 0; }
text.trans { fill: #7e8184; }
path.combo { stroke: #7f7f7f; }"
# svg_extra_style: "
# @media (prefers-color-scheme: dark) {
# svg.keymap { fill: #dca448; }
# rect.key { fill: #1e1e1e; }
# rect.key, rect.combo { stroke: #122532; }
# rect.combo, rect.combo-separate { fill: #2e4857; }
# rect.held, rect.combo.held { fill: #5b3131; }
# text.label, text.footer { stroke: #331d36;
# stroke-width: 0; }
# text.trans { fill: #7e8184; }
# path.combo { stroke: #7f7f7f; }"
footer_text: ""
shrink_wide_legends: 7
style_layer_activators: true
Expand Down Expand Up @@ -225,17 +225,17 @@ parse_config:
C_AL_COFFEE: "LOCK"
PRINTSCREEN: "PRINT SCREEN"
BACKSPACE: "BACK SPACE"
# Ctl+Alt+ E: "FIT"
# Sft+ DELETE: "DELETE"
# Meh+ Z: "TAG Z"
# Meh+ E: "TAG E"
# Meh+ A: "TAG A"
# Meh+ S: "TAG S"
# Meh+ B: "TAG B"
# Alt+Sft+ A: "SHOW TAGS"
# Alt+ KP 1: "REJECT"
# Alt+ KP 2: "PENDING"
# Alt+ KP 3: "ACCEPT"
LC(LA(E)): "FIT"
LS(DELETE): "SHRED"
LA(LC(LS(Z))): "TAG Z"
LA(LC(LS(E))): "TAG E"
LA(LC(LS(A))): "TAG A"
LA(LC(LS(S))): "TAG S"
LA(LC(LS(B))): "TAG B"
LA(LS(A)): "SHOW TAGS"
LA(KP_N1): "REJECT"
LA(KP_N2): "PENDING"
LA(KP_N3): "ACCEPT"
zmk_combos: {}
zmk_preamble: "#define KEYMAP_DRAWER"
zmk_additional_includes: []

0 comments on commit 0cfcd79

Please sign in to comment.