forked from kofal.net/zmk
refactor(shields): Add physical layout chosen nodes for consistency
This commit is contained in:
committed by
Pete Johanson
parent
552d665f58
commit
907b1caaa6
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,display = &oled;
|
zephyr,display = &oled;
|
||||||
|
zmk,physical-layout = &foostan_corne_6col_layout;
|
||||||
};
|
};
|
||||||
|
|
||||||
default_transform: keymap_transform_0 {
|
default_transform: keymap_transform_0 {
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,display = &oled;
|
zephyr,display = &oled;
|
||||||
|
zmk,physical-layout = &josefadamcik_sofle_layout;
|
||||||
};
|
};
|
||||||
|
|
||||||
default_transform: keymap_transform_0 {
|
default_transform: keymap_transform_0 {
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,display = &oled;
|
zephyr,display = &oled;
|
||||||
|
zmk,physical-layout = &cuddlykeyboards_ferris_layout;
|
||||||
};
|
};
|
||||||
|
|
||||||
default_transform: keymap_transform_0 {
|
default_transform: keymap_transform_0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user