You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a look at the first key definition "LT(_SETUP, KC_ESC)", there is a layer toggle command.
But with the json file only there is no way to detect which layer is behind _SETUP.
Maybe the layers should be an object rather then an array or convert the layer names to its index.
Feature Request Type
Description
I have a keymap.c file with a few layers.
For example:
When i convert this file to a json file the result looks like this:
When you have a look at the first key definition
"LT(_SETUP, KC_ESC)",
there is a layer toggle command.But with the json file only there is no way to detect which layer is behind
_SETUP
.Maybe the layers should be an object rather then an array or convert the layer names to its index.
Solution 1:
Solution 2:
The text was updated successfully, but these errors were encountered: