Skip to content

Commit

Permalink
Merge branch 'manna-harbour:master' into feature/add-hillside46
Browse files Browse the repository at this point in the history
  • Loading branch information
cairnm authored Apr 14, 2024
2 parents 446b37a + eea578d commit ea22f85
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
MIRYOKU_DEBUG: ${{ secrets.MIRYOKU_DEBUG }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'miryoku_zmk'
- name: main
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
echo "::endgroup::"
- name: cache
if: true
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
zmk/modules/
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/outboards/shields/bad_wings
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright 2024 Manna Harbour
# https://github.com/manna-harbour/miryoku

outboard_repository=hazels-garage/zmk-bad-wings
outboard_ref=main
outboard_from=config/boards/shields/bad_wings
outboard_to=boards/shields/bad_wings
1 change: 1 addition & 0 deletions .github/workflows/test-all-xiao-shields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
board: '["seeeduino_xiao"]'
shield: '[
"bad_wings",
"chipper_left","chipper_right",
"clog_v2_left","clog_v2_right",
"hummingbird",
Expand Down
6 changes: 6 additions & 0 deletions config/bad_wings.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2024 Manna Harbour
// https://github.com/manna-harbour/miryoku

#include "../miryoku/custom_config.h"
#include "../miryoku/mapping/36/minidox.h"
#include "../miryoku/miryoku.dtsi"
2 changes: 1 addition & 1 deletion miryoku/miryoku.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
compatible = "zmk,keymap";
#define MIRYOKU_X(LAYER, STRING) \
LAYER { \
label = STRING; \
display-name = STRING; \
bindings = < U_MACRO_VA_ARGS(MIRYOKU_LAYERMAPPING_##LAYER, MIRYOKU_LAYER_##LAYER) >; \
};
MIRYOKU_LAYER_LIST
Expand Down
2 changes: 1 addition & 1 deletion miryoku/miryoku_kludge_tapdelay.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ MIRYOKU_X(COMMA,) \
MIRYOKU_X(DOT,) \
MIRYOKU_X(SLASH,) \
MIRYOKU_X(ESC,) \
MIRYOKU_X(SPC,) \
MIRYOKU_X(SPACE,) \
MIRYOKU_X(TAB,) \
MIRYOKU_X(RET,) \
MIRYOKU_X(BSPC,) \
Expand Down

0 comments on commit ea22f85

Please sign in to comment.