tmk / tmk_keyboard

Keyboard firmwares for Atmel AVR and Cortex-M
3.96k stars 1.7k forks source link

cannot make heads and tails of unimap and actionmap and how to utilise it #734

Closed dxlr8r closed 2 years ago

dxlr8r commented 2 years ago

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(.

Help would be greatly appreciated.