diff options
author | Nick Coutsos <[email protected]> | 2023-09-29 19:13:09 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-29 19:13:09 -0400 |
commit | 19b0c6a24d1af95fd0d4a5b7c6fd3705b8c0a141 (patch) | |
tree | 4cd61e569874e9a5d39856fd81dc17ec04230484 | |
parent | 8a8729b9be1199346fc374b760c9ff352724c9bf (diff) | |
download | keymap-editor-19b0c6a24d1af95fd0d4a5b7c6fd3705b8c0a141.tar.gz keymap-editor-19b0c6a24d1af95fd0d4a5b7c6fd3705b8c0a141.zip |
Update about parameterized macro support
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -44,14 +44,12 @@ driving this work forward is knowing what is or isn't helping people. * [Dark mode!](./screenshots/editor-screenshot-darkmode.png) * Conditional Layers * [Combo editing](./screenshots/editor-screenshot-combos.png) -* [Macro editing](./screenshots/editor-screenshot-macros.png) +* [Macro editing](./screenshots/editor-screenshot-macros.png) (including support for creating/using parameterized macros) * Behavior editing (creation and re-configuration) * Auto-generated layouts for ZMK's supported keyboards\*\* * Rotary encoders * Multiple keymaps -I'm working on parameterized macros, but there are complexities in how to present certain kinds of parameters (e.g., the color picker) so it's slow going. - <sub>\*_File system web APIs are currently only supported in Chromium-based browsers_</sub> <sub>\*\*_Auto-generated layouts are meant as a starting-off point and are provided for most keyboards available in the ZMK repo and may need customization -- I own exactly one keyboard, I don't know all the layouts._</sub> |