diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-27 22:32:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 22:32:18 -0400 |
commit | 3ae056a83842fa8cdfaeb3df5d24c09975f159c1 (patch) | |
tree | 23c02ae47bea90901e3f4dcd24682dc2d27a0072 /app | |
parent | 7d8c0411d574886479bc3435786c0d3e2e867b6c (diff) | |
parent | 79f0ecf8b5a79f280c5f25209701218caa8e8b2a (diff) |
Merge pull request #129 from jrhe/patch-1
Correct number of rows in Lily58 shield
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/shields/lily58/lily58.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/lily58/lily58.dtsi b/app/boards/shields/lily58/lily58.dtsi index 24f6805..23f5644 100644 --- a/app/boards/shields/lily58/lily58.dtsi +++ b/app/boards/shields/lily58/lily58.dtsi @@ -15,7 +15,7 @@ default_transform: keymap_transform_0 { compatible = "zmk,matrix-transform"; columns = <16>; - rows = <4>; + rows = <5>; // | SW6 | SW5 | SW4 | SW3 | SW2 | SW1 | | SW1 | SW2 | SW3 | SW4 | SW5 | SW6 | // | SW12 | SW11 | SW10 | SW9 | SW8 | SW7 | | SW7 | SW8 | SW9 | SW10 | SW11 | SW12 | // | SW18 | SW17 | SW16 | SW15 | SW14 | SW13 | | SW13 | SW14 | SW15 | SW16 | SW17 | SW18 | |