diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-27 00:16:15 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-27 00:16:15 -0400 |
commit | 5ffd95694fafa4fb424c9f0122d6f07a486cd81f (patch) | |
tree | 5d408f352d8fe8267c9d917e254d331b23b4e236 /.github/workflows | |
parent | f84a41de3e72c022edebc1a3e90df0aa140451e6 (diff) |
Kyria left/right overlays, matrix transform fixes
* Refactor Kyria into separate left/right "revisions"
of the Kyria shield, and include central
kyria.dtsi file with common definition.
* Fixes for keymaps to work fully with matrix
transforms that override effective rows/columns.
* Add ability for matrix transform to do row/col
offsets, which is needed for split keyboards.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c823fb4..230e33f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: board: [proton_c, nice_nano] - shield: [kyria, petejohanson_pro_micro_handwire] + shield: [kyria_left, kyria_right, petejohanson_pro_micro_handwire] steps: # To use this repository's private action, # you must check out the repository |