Hello, I have a hasu's TMK USB to USB Converter, and it works great using keymaps, but I quickly used of all the functions, and by browsing around the source code, issues, wiki and docs I found several mentions of different mappings, unimap and actionmap.
Many of my actions are simple ctrl and alt commands, so I could reduce the number by atleast 20 by getting access to build in modifier keys keys, like AC_c
I have been able to flash it, using usb_usb as cwd:
make -f Makefile.unimap
make dfu
And while it does compile and flash, only parts of my keyboard works, and the parts that does work, does not contain the mappings that I defined in unimap.c's UNIMAP(.
Hello, I have a hasu's TMK USB to USB Converter, and it works great using keymaps, but I quickly used of all the functions, and by browsing around the source code, issues, wiki and docs I found several mentions of different mappings, unimap and actionmap.
Many of my actions are simple ctrl and alt commands, so I could reduce the number by atleast 20 by getting access to build in modifier keys keys, like
AC_c
I have been able to flash it, using
usb_usb
as cwd:And while it does compile and flash, only parts of my keyboard works, and the parts that does work, does not contain the mappings that I defined in unimap.c's
UNIMAP(
.Help would be greatly appreciated.