kiibohd/configurator

Writing Macro

munnybear opened this issue · 5 comments

Hi,

I know in the configurator interface, the "Macros" section currently sais "coming soon ಠ_ಠ"

However, I am wondering if it is possible to do this via json, then importing it into the configurator?

If so, is there any document that shows how key combination should be written? I've had a go using the concept from KLL, by using "+" and "," with no luck...

Thanks in advance!

I'm new to Kiibo and struggling with macros as well. I've had limited success with the following;
I think this works...
U["Function1"], U["BACKSPACE"] : U["Ctrl"] + U["Alt"] + U["Insert"];

However, if I store a string of text that includes special characters, it does not work. Special chars are dropped.
U["Function1"], U["LBRACE"] : 'string!!text' + U["Enter"];

@scrathe that's the KLL language. May I ask how did you put the KLL script onto the keyboard/bin file? I tried changing the .kll file for each layer with 0 luck........ did you use the configurator?

Yeah I used the configurator. I'm very new to the keeb scene and still reliant on GUI.

@scrathe can you please shed some light on how you managed to register the KLL script using the configurator. Right now, when I type something under "Custom KLL"... nothing happens :S

v1.0 now has UI support for macros.