Can ACTION_DEFAULT_LAYER_SET be used in the Unimap Editor? (And how?)
mbfarah opened this issue · 3 comments
I am composing a layout definition for a full-size keyboard. I want three default layers (which differ only in the placements of Esc, Tab and Fn). I expected to be able to use the Unimap Editor to set either of the three as the default using ACTION_DEFAULT_LAYER_SET, but it seems it has not been fully implemented in the Unimap editor:
(I would expect to be able to pass one layer as an argument to ACTION_DEFAULT_LAYER_SET)
I don't want to use LAYER_SET here (unlike issue 761), because I have an additional layer defined for the numpad, which I can toggle on and off with its own keystroke (if I used LAYER_SET for the other three layers, the numpad's state would be reset).
Thanks.
Raw URL:
I was working on keymap editor to fix 'Code Edit' including this issue.
Keyboard Editor will be updated some later. I'll post here when the fix is available.
I have tested the ACTION_DEFAULT_LAYER_SET and it's working as expected.
Thank you very much.