vvision / zmk-config

0 stars 0 forks source link

[Idea] Multiple base layers #2

Open vvision opened 4 months ago

vvision commented 4 months ago

It should be possible to have multiple base layers and switch from one to another with combos: Source example:

// layer switching combos
ZMK_COMBO(base_to_game, &to 1, RT5 RF5, BASE, 50)
ZMK_COMBO(game_to_mac, &to 2, RT5 RF5, G_BASE, 50)
ZMK_COMBO(mac_to_base, &to 0, RT5 RF5, M_BASE, 50)
vvision commented 4 months ago

Implemented in eacea4c0dd22fcfa28499b97dc12f5aa4ffe921e.