MGlaab

Results 7 comments of MGlaab

I had similar issues trying to update my firmware. I solved my problem by using the program sd card formatter to first erase the sd card then I copied the...

A work-around option is to export the JSON file. Then modify/write a macro, using a HID Usage Table for values, https://github.com/tmk/tmk_keyboard/wiki/USB:-HID-Usage-Table. Use python JSON to modify the values. As it...

> When you have two presses of the same key in sequence, you need to put a "Nothing" between them. Otherwise you just get a single slightly longer press. Now...

My guess as to why you'd need to put in extra "Nothing's" is because the code is looking at key presses not at key releases. So in the example "hello...

Also, I'm working on a python script to do what you asked. It's just in parts right now. when I get something, I'll share it. Hopefully you can revise it...

this probably won't be helpful, but I wrote a python script that takes a string and makes it into a Macro. I'm not a programmer, but it works for me....

this probably won't be helpful, but I wrote a javascript script that takes an array of 8 strings and makes them into a Macros. It also maps 8 GPIO to...