Replies: 1 comment 3 replies
-
|
This falls out of scope of the app and would require a little Git management. I'm assuming we're talking about this repository: https://github.com/crazy880/dao-zmk-config-new I don't know if GitHub has anything in either the web interface or its desktop client, but if you have your repo cloned locally you can do and then push it back to GitHub with Once you've got that the editor should load the old version. As for the cause of the error, I see you have a layer name starting with a number. Devicetree syntax requires that a node name begins with a letter. The layer name field shows a validation error if this rule isn't followed but I'll need to make sure that it doesn't actually allow you to use the invalid name. Anyway, the syntax error causes problems with further parsing so the adding/deleting/moving of layer nodes can go off the rails unfortunately. I'll try to bullet proof things a little more when I have a moment, but in the meantime steering clear of that should help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Nick and contributors. This is a fantastic tool, thank you sincerely. I have been editing for my new Wireless DAO CHOC BLE and have reached about 50 edits as I developed the layout. But the last thing i tried just destroyed two layers...!
Explanation:
I have 4 layers - I had created a fourth for a 3L keyboard layout. i wanted to move it to layer 3, and move layer 3 (Bluetooth Layer) to layer 4. I created layer 5, duplicated layer 3 keys and then deleted layer 3. this caused the layer 4 (3L layout) to become layer 3 and layer 5 to become layer 4 - which seemed perfect! I checked a few items, found some orphaned combo mods, and fixed them. Then I tried to save the config.
Immediately, layer 2 (number layer) layer 3 (former 3L layout) were deleted entirely. Layer 4 which was the bluetooth layer after above changes, had now become layer 2. I am now left with a default layer, and layer 1 for numbers/symbols and layer 3 for BT. My number and 3L layers are both gone.
So, a couple of questions perhaps you could help with...?
1) how can I load the immediate prior config (before the catastrophe) saved in github back into the keymap-editor so i can continue using and evolving the config that I had arrived at before the attempted layer swap?
2) how can I avoid this repeating, but still 'swap' my layer3 and layer4 seamlessly, for good?
3) Is there a way to swap layers in the tool?
I look forward to your thoughts/help and thank you in advance for coming to the rescue. :)
Greg J
Beta Was this translation helpful? Give feedback.
All reactions