Use five-column layout for Zen
This commit is contained in:
parent
52238e514d
commit
cfa514faab
1 changed files with 7 additions and 0 deletions
|
@ -10,3 +10,10 @@
|
||||||
/* source the main keymap */
|
/* source the main keymap */
|
||||||
#include "base.keymap"
|
#include "base.keymap"
|
||||||
|
|
||||||
|
/* use 5-column layout for Zen */
|
||||||
|
/ {
|
||||||
|
chosen {
|
||||||
|
zmk,matrix_transform = &five_column_transform;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue