mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 02:04:09 -05:00
Layout switching
This commit is contained in:
parent
1475a541ff
commit
90543d8e8a
1 changed files with 9 additions and 2 deletions
|
|
@ -82,9 +82,16 @@
|
|||
keyboards.default = {
|
||||
ids = [ "*" ];
|
||||
extraConfig = ''
|
||||
[main]
|
||||
|
||||
include layouts/colemak
|
||||
[global]
|
||||
|
||||
default_layout = main
|
||||
capslock = layer(l2)
|
||||
|
||||
[control+shift]
|
||||
|
||||
m = setlayout(main)
|
||||
c = setlayout(colemak)
|
||||
|
||||
[l2]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue