feat(shields): add physical layouts and update keymap for Jorne

Add physical layouts and update the keymap for Joric's Jorne.
Layouts are added for all three possible transforms:
- Full (with additional pinky key)
- 6 column (Corne), re-uses Corne layout
- 5 column (Minidox), re-uses Corne layout

Keymap update includes quick-tap-ms (essential for this keymap), small
guide clarifications, output selection, tri-layer and &studio_unlock.
This commit is contained in:
Alexander Krikun
2024-10-07 02:41:21 +04:00
committed by Pete Johanson
parent c8841c4119
commit bbe4f64bb2
6 changed files with 160 additions and 15 deletions

View File

@@ -6,11 +6,27 @@
#include <dt-bindings/zmk/matrix_transform.h>
#include "layouts/full.dtsi"
#include "layouts/6column.dtsi"
#include "layouts/5column.dtsi"
&joric_jorne_full_layout {
transform = <&default_transform>;
};
&foostan_corne_6col_layout {
transform = <&crkbd_transform>;
};
&foostan_corne_5col_layout {
transform = <&five_column_transform>;
};
/ {
chosen {
zephyr,display = &oled;
zmk,kscan = &kscan0;
zmk,matrix-transform = &default_transform;
zmk,physical-layout = &joric_jorne_full_layout;
};
default_transform: keymap_transform_0 {
@@ -57,7 +73,7 @@
RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9) RC(0,10)
RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10)
RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9) RC(2,10)
RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8)
RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8)
>;
};