Files
zmk/app/boards/shields/jorne/layouts/5column.dtsi
Alexander Krikun bbe4f64bb2 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.
2024-10-16 17:04:39 -06:00

20 lines
590 B
Plaintext

#include <layouts/foostan/corne/5column.dtsi>
#include <physical_layouts.dtsi>
#include "position_map.dtsi"
&layouts_foostan_corne_position_map {
status = "disabled";
};
&layouts_joric_jorne_position_map {
joric_jorne_5col_posmap: five {
physical-layout = <&foostan_corne_5col_layout>;
positions
= <36 37 0 1 2 3 4 5 6 7 8 9 38 39>
, < 40 10 11 12 13 14 15 16 17 18 19 41 >
, < 42 20 21 22 23 24 25 26 27 28 29 43 >
, < 30 31 32 33 34 35 >;
};
};